#AA7A69

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

Shades of Medium Wood #AA7A69

Tints of Medium Wood #AA7A69

Color information

#AA7A69 (or 0xAA7A69) is unknown color: approx Medium Wood. HEX triplet: AA, 7A and 69. RGB value is (170,122,105). Sum of RGB (Red+Green+Blue) = 170+122+105=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 105 (41.41% from 255 or 26.45% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7A69 is #558596. Grayscale: #868686. Windows color (decimal): -5604759 or 6912682. OLE color: 6912682.

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

Color convert

RGB170122105-
CMYK00.280.380.33
HSL15.69º27.66%53.92%-
HSV(B)15.69º38.24%66.67%-
XYZ26.0923.4916.52-
YUV134.41111.4153.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.82%
GREEN value IS 122 (48.05% from 255) = 30.73%
BLUE value IS 105 (41.41% from 255) = 26.45%
R=42.82%
G=30.73%
B=26.45%

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
Decimal17012210500.280.380.3315.6927.6653.92
HexAA7A6901C2621101c36
Octal2521721510344641203466
Binary10101010111101011010010111001001101000011000011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7A69; }

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

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

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

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

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

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

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

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