Html Css Color HEX #8A6320 Afghan Tan

📋 copy color: '#8A6320'

red 138 ◦ green 99 ◦ blue 32

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

Shades of Afghan Tan #8A6320

Tints of Afghan Tan #8A6320

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.8%

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

R = 51.3%
G = 36.8%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#8A6320 (or 0x8A6320) is known color: Afghan Tan. HEX triplet: 8A, 63 and 20. RGB value is (138,99,32). Sum of RGB (Red+Green+Blue) = 138+99+32=269 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.30% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6320 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6320 is #759CDF. Grayscale: #676767. Windows color (decimal): -7707872 or 2122634. OLE color: 2122634.

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

Color convert

RGB 138 99 32 -
CMYK 0 0.28 0.77 0.46
HSL 37.92º 0.62% 0.33% -
HSV(B) 37.92º 0.77% 0.54% -
XYZ 15.2 14.43 3.35 -
YUV 103.02 87.92 152.95 -
System Red Green Blue C M Y K H S L
Decimal 138 99 32 0 0.28 0.77 0.46 37.92 0.62 0.33
Hex 8A 63 20 0 1C 4D 2E 26 3E 21
Octal 212 143 40 0 34 115 56 46 76 41
Binary 10001010 1100011 100000 0 11100 1001101 101110 100110 111110 100001

Color Harmonies of #8A6320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6320

Black with #8A6320

Text Example


Text Example

White with #8A6320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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