#9A6229

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

Shades of Afghan Tan #9A6229

Tints of Afghan Tan #9A6229

Color information

#9A6229 (or 0x9A6229) is unknown color: approx Afghan Tan. HEX triplet: 9A, 62 and 29. RGB value is (154,98,41). Sum of RGB (Red+Green+Blue) = 154+98+41=293 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.56% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 41 (16.41% from 255 or 13.99% from 293); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6229 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6229 is #659DD6. Grayscale: #6C6C6C. Windows color (decimal): -6659543 or 2712218. OLE color: 2712218.

HSL color Cylindrical-coordinate representation of color #9A6229: hue angle of 30.27º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9A6229 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB1549841-
CMYK00.360.730.40
HSL30.27º57.95%38.24%-
HSV(B)30.27º73.38%60.39%-
XYZ18.0915.774.19-
YUV108.2590.05160.63-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 52.56%
GREEN value IS 98 (38.67% from 255) = 33.45%
BLUE value IS 41 (16.41% from 255) = 13.99%
R=52.56%
G=33.45%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.73
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154984100.360.730.4030.2757.9538.24
Hex9A622902449281e3a26
Octal2321425104411150367246
Binary1001101011000101010010100100100100110100011110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,98,41); }

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

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

 a { background-color: rgb(154,98,41); }

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

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

 span { border-color: rgb(154,98,41); }

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