#AA7A5A

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

Shades of Medium Wood #AA7A5A

Tints of Medium Wood #AA7A5A

Color information

#AA7A5A (or 0xAA7A5A) is unknown color: approx Medium Wood. HEX triplet: AA, 7A and 5A. RGB value is (170,122,90). Sum of RGB (Red+Green+Blue) = 170+122+90=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7A5A is #5585A5. Grayscale: #848484. Windows color (decimal): -5604774 or 5929642. OLE color: 5929642.

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

Color convert

RGB17012290-
CMYK00.280.470.33
HSL24º32%50.98%-
HSV(B)24º47.06%66.67%-
XYZ25.3823.212.81-
YUV132.7103.9154.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.50%
GREEN value IS 122 (48.05% from 255) = 31.94%
BLUE value IS 90 (35.55% from 255) = 23.56%
R=44.50%
G=31.94%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701229000.280.470.33243250.98
HexAA7A5A01C2F21182033
Octal2521721320345741304063
Binary101010101111010101101001110010111110000111000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7A5A; }

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

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

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

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

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

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

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

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