#8A5924

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

Shades of Afghan Tan #8A5924

Tints of Afghan Tan #8A5924

Color information

#8A5924 (or 0x8A5924) is unknown color: approx Afghan Tan. HEX triplet: 8A, 59 and 24. RGB value is (138,89,36). Sum of RGB (Red+Green+Blue) = 138+89+36=263 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.47% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 36 (14.45% from 255 or 13.69% from 263); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5924 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5924 is #75A6DB. Grayscale: #616161. Windows color (decimal): -7710428 or 2382218. OLE color: 2382218.

HSL color Cylindrical-coordinate representation of color #8A5924: hue angle of 31.18º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8A5924 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.46.

Color convert

RGB1388936-
CMYK00.360.740.46
HSL31.18º58.62%34.12%-
HSV(B)31.18º73.91%54.12%-
XYZ14.3712.683.36-
YUV97.6193.23156.81-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 52.47%
GREEN value IS 89 (35.16% from 255) = 33.84%
BLUE value IS 36 (14.45% from 255) = 13.69%
R=52.47%
G=33.84%
B=13.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138893600.360.740.4631.1858.6234.12
Hex8A59240244A2E1f3b22
Octal2121314404411256377342
Binary1000101010110011001000100100100101010111011111111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A5924; }

 p { color: rgb(138,89,36); }

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

<style>
 a { background-color: #8A5924; }

 a { background-color: rgb(138,89,36); }

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

<style>
 span { border-color: #8A5924; }

 span { border-color: rgb(138,89,36); }

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