Html Css Color HEX #8A5D18 Afghan Tan

📋 copy color: '#8A5D18'

red 138 ◦ green 93 ◦ blue 24

#8A5D18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Afghan Tan #8A5D18

Tints of Afghan Tan #8A5D18

RGB

 RED value IS 138 (54.3% from 255) = 54.12%

 GREEN value IS 93 (36.72% from 255) = 36.47%

 BLUE value IS 24 (9.77% from 255) = 9.41%

R = 54.12%
G = 36.47%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.46

RGB Variations

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

Color information

#8A5D18 (or 0x8A5D18) is known color: Afghan Tan. HEX triplet: 8A, 5D and 18. RGB value is (138,93,24). Sum of RGB (Red+Green+Blue) = 138+93+24=255 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.12% from 255); Green value is 93 (36.72% from 255 or 36.47% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5D18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A5D18 is #75A2E7. Grayscale: #626262. Windows color (decimal): -7709416 or 1596810. OLE color: 1596810.

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

Color convert

RGB 138 93 24 -
CMYK 0 0.33 0.83 0.46
HSL 36.32º 0.7% 0.32% -
HSV(B) 36.32º 0.83% 0.54% -
XYZ 14.56 13.3 2.66 -
YUV 98.59 85.91 156.11 -
System Red Green Blue C M Y K H S L
Decimal 138 93 24 0 0.33 0.83 0.46 36.32 0.7 0.32
Hex 8A 5D 18 0 21 53 2E 24 46 20
Octal 212 135 30 0 41 123 56 44 106 40
Binary 10001010 1011101 11000 0 100001 1010011 101110 100100 1000110 100000

Color Harmonies of #8A5D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5D18

Black with #8A5D18

Text Example


Text Example

White with #8A5D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8A5D18;
 }
 .AnyTagClassName
 {
   color: #8A5D18;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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