#8A561F

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

Shades of Afghan Tan #8A561F

Tints of Afghan Tan #8A561F

Color information

#8A561F (or 0x8A561F) is unknown color: approx Afghan Tan. HEX triplet: 8A, 56 and 1F. RGB value is (138,86,31). Sum of RGB (Red+Green+Blue) = 138+86+31=255 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.12% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 138 - color contains mainly: red. Hex color #8A561F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A561F is #75A9E0. Grayscale: #5F5F5F. Windows color (decimal): -7711201 or 2053770. OLE color: 2053770.

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

Color convert

RGB1388631-
CMYK00.380.780.46
HSL30.84º63.31%33.14%-
HSV(B)30.84º77.54%54.12%-
XYZ14.0612.162.9-
YUV95.2891.73158.47-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 54.12%
GREEN value IS 86 (33.98% from 255) = 33.73%
BLUE value IS 31 (12.5% from 255) = 12.16%
R=54.12%
G=33.73%
B=12.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.78
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138863100.380.780.4630.8463.3133.14
Hex8A561F0264E2E1f3f21
Octal2121263704611656377741
Binary100010101010110111110100110100111010111011111111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A561F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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