#AA7A57

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

Shades of Medium Wood #AA7A57

Tints of Medium Wood #AA7A57

Color information

#AA7A57 (or 0xAA7A57) is unknown color: approx Medium Wood. HEX triplet: AA, 7A and 57. RGB value is (170,122,87). Sum of RGB (Red+Green+Blue) = 170+122+87=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 87 (34.38% from 255 or 22.96% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7A57 is #5585A8. Grayscale: #848484. Windows color (decimal): -5604777 or 5733034. OLE color: 5733034.

HSL color Cylindrical-coordinate representation of color #AA7A57: hue angle of 25.3º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA7A57 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB17012287-
CMYK00.280.490.33
HSL25.3º32.81%50.39%-
HSV(B)25.3º48.82%66.67%-
XYZ25.2623.1512.15-
YUV132.36102.4154.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.85%
GREEN value IS 122 (48.05% from 255) = 32.19%
BLUE value IS 87 (34.38% from 255) = 22.96%
R=44.85%
G=32.19%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701228700.280.490.3325.332.8150.39
HexAA7A5701C3121192132
Octal2521721270346141314162
Binary101010101111010101011101110011000110000111001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7A57; }

 p { color: rgb(170,122,87); }

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

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

 a { background-color: rgb(170,122,87); }

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

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

 span { border-color: rgb(170,122,87); }

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