#8A5C19

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

Shades of Afghan Tan #8A5C19

Tints of Afghan Tan #8A5C19

Color information

#8A5C19 (or 0x8A5C19) is unknown color: approx Afghan Tan. HEX triplet: 8A, 5C and 19. RGB value is (138,92,25). Sum of RGB (Red+Green+Blue) = 138+92+25=255 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.12% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 25 (10.16% from 255 or 9.80% from 255); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5C19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A5C19 is #75A3E6. Grayscale: #626262. Windows color (decimal): -7709671 or 1662090. OLE color: 1662090.

HSL color Cylindrical-coordinate representation of color #8A5C19: hue angle of 35.58º 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 #8A5C19 is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB1389225-
CMYK00.330.820.46
HSL35.58º69.33%31.96%-
HSV(B)35.58º81.88%54.12%-
XYZ14.4813.132.69-
YUV98.1286.74156.45-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 54.12%
GREEN value IS 92 (36.33% from 255) = 36.08%
BLUE value IS 25 (10.16% from 255) = 9.80%
R=54.12%
G=36.08%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.82
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138922500.330.820.4635.5869.3331.96
Hex8A5C19021522E244520
Octal21213431041122564410540
Binary10001010101110011001010000110100101011101001001000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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