#AA7D5F

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

Shades of Medium Wood #AA7D5F

Tints of Medium Wood #AA7D5F

Color information

#AA7D5F (or 0xAA7D5F) is unknown color: approx Medium Wood. HEX triplet: AA, 7D and 5F. RGB value is (170,125,95). Sum of RGB (Red+Green+Blue) = 170+125+95=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 95 (37.5% from 255 or 24.36% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7D5F is #5582A0. Grayscale: #878787. Windows color (decimal): -5604001 or 6258090. OLE color: 6258090.

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

Color convert

RGB17012595-
CMYK00.260.440.33
HSL24º30.61%51.96%-
HSV(B)24º44.12%66.67%-
XYZ25.9824.0414.1-
YUV135.04105.41152.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.59%
GREEN value IS 125 (49.22% from 255) = 32.05%
BLUE value IS 95 (37.5% from 255) = 24.36%
R=43.59%
G=32.05%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701259500.260.440.332430.6151.96
HexAA7D5F01A2C21181f34
Octal2521751370325441303764
Binary10101010111110110111110110101011001000011100011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7D5F; }

 p { color: rgb(170,125,95); }

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

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

 a { background-color: rgb(170,125,95); }

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

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

 span { border-color: rgb(170,125,95); }

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