#9A5A1F

Color #9A5A1F Afghan Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Afghan Tan #9A5A1F

Tints of Afghan Tan #9A5A1F

Color information

#9A5A1F (or 0x9A5A1F) is unknown color: approx Afghan Tan. HEX triplet: 9A, 5A and 1F. RGB value is (154,90,31). Sum of RGB (Red+Green+Blue) = 154+90+31=275 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5A1F is #65A5E0. Grayscale: #666666. Windows color (decimal): -6661601 or 2054810. OLE color: 2054810.

HSL color Cylindrical-coordinate representation of color #9A5A1F: hue angle of 28.78º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9A5A1F is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB1549031-
CMYK00.420.800.40
HSL28.78º66.49%36.27%-
HSV(B)28.78º79.87%60.39%-
XYZ17.2314.283.14-
YUV102.4187.7164.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 154 (60.55% from 255) = 56%
GREEN value IS 90 (35.55% from 255) = 32.73%
BLUE value IS 31 (12.5% from 255) = 11.27%
R=56%
G=32.73%
B=11.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.80
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154903100.420.800.4028.7866.4936.27
Hex9A5A1F02A50281d4224
Octal23213237052120503510244
Binary1001101010110101111101010101010000101000111011000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A5A1F; }

 p { color: rgb(154,90,31); }

 H1.HeaderClassName
 {
   color: #9A5A1F;
 }
 .AnyTagClassName
 {
   color: #9A5A1F;
 }
</style>
background-color css

<style>
 a { background-color: #9A5A1F; }

 a { background-color: rgb(154,90,31); }

 div.DivClassName
 {
   background-color: #9A5A1F;
 }
 .BgClassName
 {
   background-color: #9A5A1F;
 }
</style>
border-color css

<style>
 span { border-color: #9A5A1F; }

 span { border-color: rgb(154,90,31); }

 td.TdClassName
 {
   border-color: #9A5A1F;
 }
 .TagClassName
 {
   border-color: #9A5A1F;
 }
</style>