#AA7B66

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

Shades of Medium Wood #AA7B66

Tints of Medium Wood #AA7B66

Color information

#AA7B66 (or 0xAA7B66) is unknown color: approx Medium Wood. HEX triplet: AA, 7B and 66. RGB value is (170,123,102). Sum of RGB (Red+Green+Blue) = 170+123+102=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7B66 is #558499. Grayscale: #868686. Windows color (decimal): -5604506 or 6716330. OLE color: 6716330.

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

Color convert

RGB170123102-
CMYK00.280.40.33
HSL18.53º28.57%53.33%-
HSV(B)18.53º40%66.67%-
XYZ26.0623.6715.77-
YUV134.66109.57153.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.04%
GREEN value IS 123 (48.44% from 255) = 31.14%
BLUE value IS 102 (40.23% from 255) = 25.82%
R=43.04%
G=31.14%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012310200.280.40.3318.5328.5753.33
HexAA7B6601C2821131d35
Octal2521731460345041233565
Binary10101010111101111001100111001010001000011001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7B66; }

 p { color: rgb(170,123,102); }

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

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

 a { background-color: rgb(170,123,102); }

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

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

 span { border-color: rgb(170,123,102); }

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