#AA7E68

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

Shades of Medium Wood #AA7E68

Tints of Medium Wood #AA7E68

Color information

#AA7E68 (or 0xAA7E68) is unknown color: approx Medium Wood. HEX triplet: AA, 7E and 68. RGB value is (170,126,104). Sum of RGB (Red+Green+Blue) = 170+126+104=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7E68 is #558197. Grayscale: #888888. Windows color (decimal): -5603736 or 6848170. OLE color: 6848170.

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

Color convert

RGB170126104-
CMYK00.260.390.33
HSL20º27.97%53.73%-
HSV(B)20º38.82%66.67%-
XYZ26.5424.4716.42-
YUV136.65109.58151.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.5%
GREEN value IS 126 (49.61% from 255) = 31.5%
BLUE value IS 104 (41.02% from 255) = 26%
R=42.5%
G=31.5%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012610400.260.390.332027.9753.73
HexAA7E6801A2721141c36
Octal2521761500324741243466
Binary10101010111111011010000110101001111000011010011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7E68; }

 p { color: rgb(170,126,104); }

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

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

 a { background-color: rgb(170,126,104); }

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

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

 span { border-color: rgb(170,126,104); }

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