#8A581A

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

Shades of Afghan Tan #8A581A

Tints of Afghan Tan #8A581A

Color information

#8A581A (or 0x8A581A) is unknown color: approx Afghan Tan. HEX triplet: 8A, 58 and 1A. RGB value is (138,88,26). Sum of RGB (Red+Green+Blue) = 138+88+26=252 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.76% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 138 - color contains mainly: red. Hex color #8A581A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A581A is #75A7E5. Grayscale: #606060. Windows color (decimal): -7710694 or 1726602. OLE color: 1726602.

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

Color convert

RGB1388826-
CMYK00.360.810.46
HSL33.21º68.29%32.16%-
HSV(B)33.21º81.16%54.12%-
XYZ14.1612.462.64-
YUV95.8888.56158.04-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 54.76%
GREEN value IS 88 (34.77% from 255) = 34.92%
BLUE value IS 26 (10.55% from 255) = 10.32%
R=54.76%
G=34.92%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.81
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138882600.360.810.4633.2168.2932.16
Hex8A581A024512E214420
Octal21213032044121564110440
Binary10001010101100011010010010010100011011101000011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A581A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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