#AA7C69

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

Shades of Medium Wood #AA7C69

Tints of Medium Wood #AA7C69

Color information

#AA7C69 (or 0xAA7C69) is unknown color: approx Medium Wood. HEX triplet: AA, 7C and 69. RGB value is (170,124,105). Sum of RGB (Red+Green+Blue) = 170+124+105=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7C69 is #558396. Grayscale: #878787. Windows color (decimal): -5604247 or 6913194. OLE color: 6913194.

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

Color convert

RGB170124105-
CMYK00.270.380.33
HSL17.54º27.66%53.92%-
HSV(B)17.54º38.24%66.67%-
XYZ26.3423.9816.61-
YUV135.59110.74152.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.61%
GREEN value IS 124 (48.83% from 255) = 31.08%
BLUE value IS 105 (41.41% from 255) = 26.32%
R=42.61%
G=31.08%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012410500.270.380.3317.5427.6653.92
HexAA7C6901B2621121c36
Octal2521741510334641223466
Binary10101010111110011010010110111001101000011001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7C69; }

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

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

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

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

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

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

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

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