#AA815C

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

Shades of Medium Wood #AA815C

Tints of Medium Wood #AA815C

Color information

#AA815C (or 0xAA815C) is unknown color: approx Medium Wood. HEX triplet: AA, 81 and 5C. RGB value is (170,129,92). Sum of RGB (Red+Green+Blue) = 170+129+92=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA815C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA815C is #557EA3. Grayscale: #898989. Windows color (decimal): -5602980 or 6062506. OLE color: 6062506.

HSL color Cylindrical-coordinate representation of color #AA815C: hue angle of 28.46º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA815C is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB17012992-
CMYK00.240.460.33
HSL28.46º31.45%51.37%-
HSV(B)28.46º45.88%66.67%-
XYZ26.3625.0213.57-
YUV137.04102.58151.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.48%
GREEN value IS 129 (50.78% from 255) = 32.99%
BLUE value IS 92 (36.33% from 255) = 23.53%
R=43.48%
G=32.99%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701299200.240.460.3328.4631.4551.37
HexAA815C0182E211c1f33
Octal2522011340305641343763
Binary101010101000000110111000110001011101000011110011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA815C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA815C; }

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

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

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

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

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

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

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

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