Html Css Color HEX #8A6220 Afghan Tan

📋 copy color: '#8A6220'

red 138 ◦ green 98 ◦ blue 32

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

Shades of Afghan Tan #8A6220

Tints of Afghan Tan #8A6220

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.57%

 BLUE value IS 32 (12.89% from 255) = 11.94%

R = 51.49%
G = 36.57%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#8A6220 (or 0x8A6220) is known color: Afghan Tan. HEX triplet: 8A, 62 and 20. RGB value is (138,98,32). Sum of RGB (Red+Green+Blue) = 138+98+32=268 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.49% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6220 is #759DDF. Grayscale: #666666. Windows color (decimal): -7708128 or 2122378. OLE color: 2122378.

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

Color convert

RGB 138 98 32 -
CMYK 0 0.29 0.77 0.46
HSL 37.36º 0.62% 0.33% -
HSV(B) 37.36º 0.77% 0.54% -
XYZ 15.11 14.24 3.32 -
YUV 102.44 88.25 153.37 -
System Red Green Blue C M Y K H S L
Decimal 138 98 32 0 0.29 0.77 0.46 37.36 0.62 0.33
Hex 8A 62 20 0 1D 4D 2E 25 3E 21
Octal 212 142 40 0 35 115 56 45 76 41
Binary 10001010 1100010 100000 0 11101 1001101 101110 100101 111110 100001

Color Harmonies of #8A6220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6220

Black with #8A6220

Text Example


Text Example

White with #8A6220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,98,32); }

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

background-color css

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

 a { background-color: rgb(138,98,32); }

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

border-color css

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

 span { border-color: rgb(138,98,32); }

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