Html Css Color HEX #8A5522 Afghan Tan

📋 copy color: '#8A5522'

red 138 ◦ green 85 ◦ blue 34

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

Shades of Afghan Tan #8A5522

Tints of Afghan Tan #8A5522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.23%

R = 53.7%
G = 33.07%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.46

RGB Variations

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

Color information

#8A5522 (or 0x8A5522) is known color: Afghan Tan. HEX triplet: 8A, 55 and 22. RGB value is (138,85,34). Sum of RGB (Red+Green+Blue) = 138+85+34=257 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.70% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 34 (13.67% from 255 or 13.23% from 257); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5522 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5522 is #75AADD. Grayscale: #5F5F5F. Windows color (decimal): -7711454 or 2250122. OLE color: 2250122.

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

Color convert

RGB 138 85 34 -
CMYK 0 0.38 0.75 0.46
HSL 29.42º 0.6% 0.34% -
HSV(B) 29.42º 0.75% 0.54% -
XYZ 14.02 12.02 3.09 -
YUV 95.03 93.56 158.65 -
System Red Green Blue C M Y K H S L
Decimal 138 85 34 0 0.38 0.75 0.46 29.42 0.6 0.34
Hex 8A 55 22 0 26 4B 2E 1D 3C 22
Octal 212 125 42 0 46 113 56 35 74 42
Binary 10001010 1010101 100010 0 100110 1001011 101110 11101 111100 100010

Color Harmonies of #8A5522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5522

Black with #8A5522

Text Example


Text Example

White with #8A5522

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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