Html Css Color HEX #AA806F Medium Wood

📋 copy color: '#AA806F'

red 170 ◦ green 128 ◦ blue 111

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

Shades of Medium Wood #AA806F

Tints of Medium Wood #AA806F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.14%

R = 41.56%
G = 31.3%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA806F (or 0xAA806F) is known color: Medium Wood. HEX triplet: AA, 80 and 6F. RGB value is (170,128,111). Sum of RGB (Red+Green+Blue) = 170+128+111=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA806F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA806F is #557F90. Grayscale: #8A8A8A. Windows color (decimal): -5603217 or 7307434. OLE color: 7307434.

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

Color convert

RGB 170 128 111 -
CMYK 0 0.25 0.35 0.33
HSL 17.29º 0.26% 0.55% -
HSV(B) 17.29º 0.35% 0.67% -
XYZ 27.17 25.13 18.46 -
YUV 138.62 112.41 150.38 -
System Red Green Blue C M Y K H S L
Decimal 170 128 111 0 0.25 0.35 0.33 17.29 0.26 0.55
Hex AA 80 6F 0 19 23 21 11 1A 37
Octal 252 200 157 0 31 43 41 21 32 67
Binary 10101010 10000000 1101111 0 11001 100011 100001 10001 11010 110111

Color Harmonies of #AA806F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA806F

Black with #AA806F

Text Example


Text Example

White with #AA806F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA806F; }

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

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

background-color css

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

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

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

border-color css

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

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

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