#AA7F5C

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

Shades of Medium Wood #AA7F5C

Tints of Medium Wood #AA7F5C

Color information

#AA7F5C (or 0xAA7F5C) is unknown color: approx Medium Wood. HEX triplet: AA, 7F and 5C. RGB value is (170,127,92). Sum of RGB (Red+Green+Blue) = 170+127+92=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7F5C is #5580A3. Grayscale: #888888. Windows color (decimal): -5603492 or 6061994. OLE color: 6061994.

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

Color convert

RGB17012792-
CMYK00.250.460.33
HSL26.92º31.45%51.37%-
HSV(B)26.92º45.88%66.67%-
XYZ26.124.513.48-
YUV135.87103.25152.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.70%
GREEN value IS 127 (50% from 255) = 32.65%
BLUE value IS 92 (36.33% from 255) = 23.65%
R=43.70%
G=32.65%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701279200.250.460.3326.9231.4551.37
HexAA7F5C0192E211b1f33
Octal2521771340315641333763
Binary10101010111111110111000110011011101000011101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7F5C; }

 p { color: rgb(170,127,92); }

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

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

 a { background-color: rgb(170,127,92); }

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

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

 span { border-color: rgb(170,127,92); }

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