Html Css Color HEX #8A5518 Afghan Tan

📋 copy color: '#8A5518'

red 138 ◦ green 85 ◦ blue 24

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

Shades of Afghan Tan #8A5518

Tints of Afghan Tan #8A5518

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.41%

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

R = 55.87%
G = 34.41%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.46

RGB Variations

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

Color information

#8A5518 (or 0x8A5518) is known color: Afghan Tan. HEX triplet: 8A, 55 and 18. RGB value is (138,85,24). Sum of RGB (Red+Green+Blue) = 138+85+24=247 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.87% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 24 (9.77% from 255 or 9.72% from 247); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A5518 is #75AAE7. Grayscale: #5E5E5E. Windows color (decimal): -7711464 or 1594762. OLE color: 1594762.

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

Color convert

RGB 138 85 24 -
CMYK 0 0.38 0.83 0.46
HSL 32.11º 0.7% 0.32% -
HSV(B) 32.11º 0.83% 0.54% -
XYZ 13.89 11.97 2.44 -
YUV 93.89 88.56 159.46 -
System Red Green Blue C M Y K H S L
Decimal 138 85 24 0 0.38 0.83 0.46 32.11 0.7 0.32
Hex 8A 55 18 0 26 53 2E 20 46 20
Octal 212 125 30 0 46 123 56 40 106 40
Binary 10001010 1010101 11000 0 100110 1010011 101110 100000 1000110 100000

Color Harmonies of #8A5518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5518

Black with #8A5518

Text Example


Text Example

White with #8A5518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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