#AA7D58

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

Shades of Medium Wood #AA7D58

Tints of Medium Wood #AA7D58

Color information

#AA7D58 (or 0xAA7D58) is unknown color: approx Medium Wood. HEX triplet: AA, 7D and 58. RGB value is (170,125,88). Sum of RGB (Red+Green+Blue) = 170+125+88=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 88 (34.77% from 255 or 22.98% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7D58 is #5582A7. Grayscale: #868686. Windows color (decimal): -5604008 or 5799338. OLE color: 5799338.

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

Color convert

RGB17012588-
CMYK00.260.480.33
HSL27.07º32.54%50.59%-
HSV(B)27.07º48.24%66.67%-
XYZ25.6723.9212.5-
YUV134.24101.91153.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.39%
GREEN value IS 125 (49.22% from 255) = 32.64%
BLUE value IS 88 (34.77% from 255) = 22.98%
R=44.39%
G=32.64%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701258800.260.480.3327.0732.5450.59
HexAA7D5801A30211b2133
Octal2521751300326041334163
Binary101010101111101101100001101011000010000111011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7D58; }

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

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

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

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

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

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

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

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