#8A561A

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

Shades of Afghan Tan #8A561A

Tints of Afghan Tan #8A561A

Color information

#8A561A (or 0x8A561A) is unknown color: approx Afghan Tan. HEX triplet: 8A, 56 and 1A. RGB value is (138,86,26). Sum of RGB (Red+Green+Blue) = 138+86+26=250 (33% of max value = 765). Red value is 138 (54.30% from 255 or 55.2% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 138 - color contains mainly: red. Hex color #8A561A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A561A is #75A9E5. Grayscale: #5E5E5E. Windows color (decimal): -7711206 or 1726090. OLE color: 1726090.

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

Color convert

RGB1388626-
CMYK00.380.810.46
HSL32.14º68.29%32.16%-
HSV(B)32.14º81.16%54.12%-
XYZ1412.132.58-
YUV94.7189.23158.88-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 55.2%
GREEN value IS 86 (33.98% from 255) = 34.4%
BLUE value IS 26 (10.55% from 255) = 10.4%
R=55.2%
G=34.4%
B=10.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.81
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138862600.380.810.4632.1468.2932.16
Hex8A561A026512E204420
Octal21212632046121564010440
Binary10001010101011011010010011010100011011101000001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A561A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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