Html Css Color HEX #AA8064 Medium Wood

📋 copy color: '#AA8064'

red 170 ◦ green 128 ◦ blue 100

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

Shades of Medium Wood #AA8064

Tints of Medium Wood #AA8064

RGB

 RED value IS 170 (66.8% from 255) = 42.71%

 GREEN value IS 128 (50.39% from 255) = 32.16%

 BLUE value IS 100 (39.45% from 255) = 25.13%

R = 42.71%
G = 32.16%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AA8064 (or 0xAA8064) is known color: Medium Wood. HEX triplet: AA, 80 and 64. RGB value is (170,128,100). Sum of RGB (Red+Green+Blue) = 170+128+100=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8064 is #557F9B. Grayscale: #898989. Windows color (decimal): -5603228 or 6586538. OLE color: 6586538.

HSL color Cylindrical-coordinate representation of color #AA8064: hue angle of 24º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA8064 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 128 100 -
CMYK 0 0.25 0.41 0.33
HSL 24º 0.29% 0.53% -
HSV(B) 24º 0.41% 0.67% -
XYZ 26.6 24.9 15.46 -
YUV 137.37 106.91 151.28 -
System Red Green Blue C M Y K H S L
Decimal 170 128 100 0 0.25 0.41 0.33 24 0.29 0.53
Hex AA 80 64 0 19 29 21 18 1D 35
Octal 252 200 144 0 31 51 41 30 35 65
Binary 10101010 10000000 1100100 0 11001 101001 100001 11000 11101 110101

Color Harmonies of #AA8064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8064

Black with #AA8064

Text Example


Text Example

White with #AA8064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8064; }

 p { color: rgb(170,128,100); }

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

background-color css

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

 a { background-color: rgb(170,128,100); }

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

border-color css

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

 span { border-color: rgb(170,128,100); }

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