#AA7B69

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

Shades of Medium Wood #AA7B69

Tints of Medium Wood #AA7B69

Color information

#AA7B69 (or 0xAA7B69) is unknown color: approx Medium Wood. HEX triplet: AA, 7B and 69. RGB value is (170,123,105). Sum of RGB (Red+Green+Blue) = 170+123+105=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 105 (41.41% from 255 or 26.38% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7B69 is #558496. Grayscale: #878787. Windows color (decimal): -5604503 or 6912938. OLE color: 6912938.

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

Color convert

RGB170123105-
CMYK00.280.380.33
HSL16.62º27.66%53.92%-
HSV(B)16.62º38.24%66.67%-
XYZ26.2123.7316.56-
YUV135111.07152.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.71%
GREEN value IS 123 (48.44% from 255) = 30.90%
BLUE value IS 105 (41.41% from 255) = 26.38%
R=42.71%
G=30.90%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012310500.280.380.3316.6227.6653.92
HexAA7B6901C2621111c36
Octal2521731510344641213466
Binary10101010111101111010010111001001101000011000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7B69; }

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

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

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

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

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

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

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

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