#AA7C68

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

Shades of Medium Wood #AA7C68

Tints of Medium Wood #AA7C68

Color information

#AA7C68 (or 0xAA7C68) is unknown color: approx Medium Wood. HEX triplet: AA, 7C and 68. RGB value is (170,124,104). Sum of RGB (Red+Green+Blue) = 170+124+104=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7C68 is #558397. Grayscale: #878787. Windows color (decimal): -5604248 or 6847658. OLE color: 6847658.

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

Color convert

RGB170124104-
CMYK00.270.390.33
HSL18.18º27.97%53.73%-
HSV(B)18.18º38.82%66.67%-
XYZ26.2823.9616.34-
YUV135.47110.24152.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.71%
GREEN value IS 124 (48.83% from 255) = 31.16%
BLUE value IS 104 (41.02% from 255) = 26.13%
R=42.71%
G=31.16%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012410400.270.390.3318.1827.9753.73
HexAA7C6801B2721121c36
Octal2521741500334741223466
Binary10101010111110011010000110111001111000011001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7C68; }

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

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

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

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

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

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

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

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