#AA775A

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

Shades of Medium Wood #AA775A

Tints of Medium Wood #AA775A

Color information

#AA775A (or 0xAA775A) is unknown color: approx Medium Wood. HEX triplet: AA, 77 and 5A. RGB value is (170,119,90). Sum of RGB (Red+Green+Blue) = 170+119+90=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA775A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA775A is #5588A5. Grayscale: #838383. Windows color (decimal): -5605542 or 5928874. OLE color: 5928874.

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

Color convert

RGB17011990-
CMYK00.30.470.33
HSL21.75º32%50.98%-
HSV(B)21.75º47.06%66.67%-
XYZ25.0222.4812.69-
YUV130.94104.9155.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.85%
GREEN value IS 119 (46.88% from 255) = 31.40%
BLUE value IS 90 (35.55% from 255) = 23.75%
R=44.85%
G=31.40%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701199000.30.470.3321.753250.98
HexAA775A01E2F21162033
Octal2521671320365741264063
Binary101010101110111101101001111010111110000110110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA775A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA775A; }

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

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

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

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

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

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

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

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