Html Css Color HEX #AA8066 Medium Wood

📋 copy color: '#AA8066'

red 170 ◦ green 128 ◦ blue 102

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

Shades of Medium Wood #AA8066

Tints of Medium Wood #AA8066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 25.5%

R = 42.5%
G = 32%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.4

 K value IS 0.33

RGB Variations

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

Color information

#AA8066 (or 0xAA8066) is known color: Medium Wood. HEX triplet: AA, 80 and 66. RGB value is (170,128,102). Sum of RGB (Red+Green+Blue) = 170+128+102=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 102 (40.23% from 255 or 25.5% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8066 is #557F99. Grayscale: #898989. Windows color (decimal): -5603226 or 6717610. OLE color: 6717610.

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

Color convert

RGB 170 128 102 -
CMYK 0 0.25 0.4 0.33
HSL 22.94º 0.29% 0.53% -
HSV(B) 22.94º 0.4% 0.67% -
XYZ 26.7 24.94 15.98 -
YUV 137.59 107.91 151.11 -
System Red Green Blue C M Y K H S L
Decimal 170 128 102 0 0.25 0.4 0.33 22.94 0.29 0.53
Hex AA 80 66 0 19 28 21 17 1D 35
Octal 252 200 146 0 31 50 41 27 35 65
Binary 10101010 10000000 1100110 0 11001 101000 100001 10111 11101 110101

Color Harmonies of #AA8066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8066

Black with #AA8066

Text Example


Text Example

White with #AA8066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8066; }

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

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

background-color css

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

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

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

border-color css

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

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

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