#AA7D68

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

Shades of Medium Wood #AA7D68

Tints of Medium Wood #AA7D68

Color information

#AA7D68 (or 0xAA7D68) is unknown color: approx Medium Wood. HEX triplet: AA, 7D and 68. RGB value is (170,125,104). Sum of RGB (Red+Green+Blue) = 170+125+104=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7D68 is #558297. Grayscale: #888888. Windows color (decimal): -5603992 or 6847914. OLE color: 6847914.

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

Color convert

RGB170125104-
CMYK00.260.390.33
HSL19.09º27.97%53.73%-
HSV(B)19.09º38.82%66.67%-
XYZ26.4124.2116.38-
YUV136.06109.91152.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.61%
GREEN value IS 125 (49.22% from 255) = 31.33%
BLUE value IS 104 (41.02% from 255) = 26.07%
R=42.61%
G=31.33%
B=26.07%

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
Decimal17012510400.260.390.3319.0927.9753.73
HexAA7D6801A2721131c36
Octal2521751500324741233466
Binary10101010111110111010000110101001111000011001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7D68; }

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

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

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

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

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

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

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

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