#8a5d1a

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

Shades of Afghan Tan #8A5D1A

Tints of Afghan Tan #8A5D1A

Color information

#8A5D1A (or 0x8A5D1A) is unknown color: approx Afghan Tan. HEX triplet: 8A, 5D and 1A. RGB value is (138,93,26). Sum of RGB (Red+Green+Blue) = 138+93+26=257 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.70% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5D1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5D1A is #75A2E5. Grayscale: #636363. Windows color (decimal): -7709414 or 1727882. OLE color: 1727882.

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

Color convert

RGB1389326-
CMYK00.330.810.46
HSL35.89º68.29%32.16%-
HSV(B)35.89º81.16%54.12%-
XYZ14.5813.312.78-
YUV98.8286.91155.95-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 53.70%
GREEN value IS 93 (36.72% from 255) = 36.19%
BLUE value IS 26 (10.55% from 255) = 10.12%
R=53.70%
G=36.19%
B=10.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.81
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138932600.330.810.4635.8968.2932.16
Hex8A5D1A021512E244420
Octal21213532041121564410440
Binary10001010101110111010010000110100011011101001001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a5d1a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,93,26); }

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

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

 a { background-color: rgb(138,93,26); }

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

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

 span { border-color: rgb(138,93,26); }

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