Html Css Color HEX #8A5A22 Afghan Tan

📋 copy color: '#8A5A22'

red 138 ◦ green 90 ◦ blue 34

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

Shades of Afghan Tan #8A5A22

Tints of Afghan Tan #8A5A22

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.35%

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

R = 52.67%
G = 34.35%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.46

RGB Variations

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

Color information

#8A5A22 (or 0x8A5A22) is known color: Afghan Tan. HEX triplet: 8A, 5A and 22. RGB value is (138,90,34). Sum of RGB (Red+Green+Blue) = 138+90+34=262 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.67% from 262); Green value is 90 (35.55% from 255 or 34.35% from 262); Blue value is 34 (13.67% from 255 or 12.98% from 262); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5A22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5A22 is #75A5DD. Grayscale: #626262. Windows color (decimal): -7710174 or 2251402. OLE color: 2251402.

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

Color convert

RGB 138 90 34 -
CMYK 0 0.35 0.75 0.46
HSL 32.31º 0.6% 0.34% -
HSV(B) 32.31º 0.75% 0.54% -
XYZ 14.43 12.83 3.23 -
YUV 97.97 91.9 156.55 -
System Red Green Blue C M Y K H S L
Decimal 138 90 34 0 0.35 0.75 0.46 32.31 0.6 0.34
Hex 8A 5A 22 0 23 4B 2E 20 3C 22
Octal 212 132 42 0 43 113 56 40 74 42
Binary 10001010 1011010 100010 0 100011 1001011 101110 100000 111100 100010

Color Harmonies of #8A5A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5A22

Black with #8A5A22

Text Example


Text Example

White with #8A5A22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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