#AA7B5A

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

Shades of Medium Wood #AA7B5A

Tints of Medium Wood #AA7B5A

Color information

#AA7B5A (or 0xAA7B5A) is unknown color: approx Medium Wood. HEX triplet: AA, 7B and 5A. RGB value is (170,123,90). Sum of RGB (Red+Green+Blue) = 170+123+90=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7B5A is #5584A5. Grayscale: #858585. Windows color (decimal): -5604518 or 5929898. OLE color: 5929898.

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

Color convert

RGB17012390-
CMYK00.280.470.33
HSL24.75º32%50.98%-
HSV(B)24.75º47.06%66.67%-
XYZ25.5123.4512.85-
YUV133.29103.57154.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.39%
GREEN value IS 123 (48.44% from 255) = 32.11%
BLUE value IS 90 (35.55% from 255) = 23.50%
R=44.39%
G=32.11%
B=23.50%

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
Decimal1701239000.280.470.3324.753250.98
HexAA7B5A01C2F21192033
Octal2521731320345741314063
Binary101010101111011101101001110010111110000111001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7B5A; }

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

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

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

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

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

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

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

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