#AA7B56

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

Shades of Medium Wood #AA7B56

Tints of Medium Wood #AA7B56

Color information

#AA7B56 (or 0xAA7B56) is unknown color: approx Medium Wood. HEX triplet: AA, 7B and 56. RGB value is (170,123,86). Sum of RGB (Red+Green+Blue) = 170+123+86=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 86 (33.98% from 255 or 22.69% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7B56 is #5584A9. Grayscale: #858585. Windows color (decimal): -5604522 or 5667754. OLE color: 5667754.

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

Color convert

RGB17012386-
CMYK00.280.490.33
HSL26.43º33.07%50.2%-
HSV(B)26.43º49.41%66.67%-
XYZ25.3423.3811.98-
YUV132.83101.57154.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.85%
GREEN value IS 123 (48.44% from 255) = 32.45%
BLUE value IS 86 (33.98% from 255) = 22.69%
R=44.85%
G=32.45%
B=22.69%

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
Decimal1701238600.280.490.3326.4333.0750.2
HexAA7B5601C31211a2132
Octal2521731260346141324162
Binary101010101111011101011001110011000110000111010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7B56; }

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

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

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

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

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

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

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

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