#8A5619

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

Shades of Afghan Tan #8A5619

Tints of Afghan Tan #8A5619

Color information

#8A5619 (or 0x8A5619) is unknown color: approx Afghan Tan. HEX triplet: 8A, 56 and 19. RGB value is (138,86,25). Sum of RGB (Red+Green+Blue) = 138+86+25=249 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.42% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 25 (10.16% from 255 or 10.04% from 249); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5619 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A5619 is #75A9E6. Grayscale: #5E5E5E. Windows color (decimal): -7711207 or 1660554. OLE color: 1660554.

HSL color Cylindrical-coordinate representation of color #8A5619: hue angle of 32.39º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8A5619 is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB1388625-
CMYK00.380.820.46
HSL32.39º69.33%31.96%-
HSV(B)32.39º81.88%54.12%-
XYZ13.9812.132.52-
YUV94.5988.73158.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 55.42%
GREEN value IS 86 (33.98% from 255) = 34.54%
BLUE value IS 25 (10.16% from 255) = 10.04%
R=55.42%
G=34.54%
B=10.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.82
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138862500.380.820.4632.3969.3331.96
Hex8A5619026522E204520
Octal21212631046122564010540
Binary10001010101011011001010011010100101011101000001000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,86,25); }

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

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

 a { background-color: rgb(138,86,25); }

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

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

 span { border-color: rgb(138,86,25); }

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