#AA816F

Color #AA816F Medium Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Wood #AA816F

Tints of Medium Wood #AA816F

Color information

#AA816F (or 0xAA816F) is unknown color: approx Medium Wood. HEX triplet: AA, 81 and 6F. RGB value is (170,129,111). Sum of RGB (Red+Green+Blue) = 170+129+111=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 111 (43.75% from 255 or 27.07% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA816F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA816F is #557E90. Grayscale: #8B8B8B. Windows color (decimal): -5602961 or 7307690. OLE color: 7307690.

HSL color Cylindrical-coordinate representation of color #AA816F: hue angle of 18.31º 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 #AA816F is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB170129111-
CMYK00.240.350.33
HSL18.31º25.76%55.1%-
HSV(B)18.31º34.71%66.67%-
XYZ27.325.3918.5-
YUV139.21112.08149.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.46%
GREEN value IS 129 (50.78% from 255) = 31.46%
BLUE value IS 111 (43.75% from 255) = 27.07%
R=41.46%
G=31.46%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012911100.240.350.3318.3125.7655.1
HexAA816F0182321121a37
Octal2522011570304341223267
Binary101010101000000111011110110001000111000011001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA816F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA816F; }

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

 H1.HeaderClassName
 {
   color: #AA816F;
 }
 .AnyTagClassName
 {
   color: #AA816F;
 }
</style>
background-color css

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

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

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

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

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

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