Html Css Color HEX #AA806C Medium Wood

📋 copy color: '#AA806C'

red 170 ◦ green 128 ◦ blue 108

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

Shades of Medium Wood #AA806C

Tints of Medium Wood #AA806C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.6%

R = 41.87%
G = 31.53%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA806C (or 0xAA806C) is known color: Medium Wood. HEX triplet: AA, 80 and 6C. RGB value is (170,128,108). Sum of RGB (Red+Green+Blue) = 170+128+108=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA806C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA806C is #557F93. Grayscale: #8A8A8A. Windows color (decimal): -5603220 or 7110826. OLE color: 7110826.

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

Color convert

RGB 170 128 108 -
CMYK 0 0.25 0.36 0.33
HSL 19.35º 0.27% 0.55% -
HSV(B) 19.35º 0.36% 0.67% -
XYZ 27 25.07 17.6 -
YUV 138.28 110.91 150.63 -
System Red Green Blue C M Y K H S L
Decimal 170 128 108 0 0.25 0.36 0.33 19.35 0.27 0.55
Hex AA 80 6C 0 19 24 21 13 1B 37
Octal 252 200 154 0 31 44 41 23 33 67
Binary 10101010 10000000 1101100 0 11001 100100 100001 10011 11011 110111

Color Harmonies of #AA806C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA806C

Black with #AA806C

Text Example


Text Example

White with #AA806C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA806C; }

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

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

background-color css

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

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

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

border-color css

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

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

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