Html Css Color HEX #8A6022 Afghan Tan

📋 copy color: '#8A6022'

red 138 ◦ green 96 ◦ blue 34

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

Shades of Afghan Tan #8A6022

Tints of Afghan Tan #8A6022

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.82%

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

R = 51.49%
G = 35.82%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.75

 K value IS 0.46

RGB Variations

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

Color information

#8A6022 (or 0x8A6022) is known color: Afghan Tan. HEX triplet: 8A, 60 and 22. RGB value is (138,96,34). Sum of RGB (Red+Green+Blue) = 138+96+34=268 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.49% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 34 (13.67% from 255 or 12.69% from 268); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6022 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6022 is #759FDD. Grayscale: #656565. Windows color (decimal): -7708638 or 2252938. OLE color: 2252938.

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

Color convert

RGB 138 96 34 -
CMYK 0 0.30 0.75 0.46
HSL 35.77º 0.6% 0.34% -
HSV(B) 35.77º 0.75% 0.54% -
XYZ 14.95 13.88 3.41 -
YUV 101.49 89.91 154.04 -
System Red Green Blue C M Y K H S L
Decimal 138 96 34 0 0.30 0.75 0.46 35.77 0.6 0.34
Hex 8A 60 22 0 1E 4B 2E 24 3C 22
Octal 212 140 42 0 36 113 56 44 74 42
Binary 10001010 1100000 100010 0 11110 1001011 101110 100100 111100 100010

Color Harmonies of #8A6022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6022

Black with #8A6022

Text Example


Text Example

White with #8A6022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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