#AA7B61

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

Shades of Medium Wood #AA7B61

Tints of Medium Wood #AA7B61

Color information

#AA7B61 (or 0xAA7B61) is unknown color: approx Medium Wood. HEX triplet: AA, 7B and 61. RGB value is (170,123,97). Sum of RGB (Red+Green+Blue) = 170+123+97=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 97 (38.28% from 255 or 24.87% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7B61 is #55849E. Grayscale: #868686. Windows color (decimal): -5604511 or 6388650. OLE color: 6388650.

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

Color convert

RGB17012397-
CMYK00.280.430.33
HSL21.37º30.04%52.35%-
HSV(B)21.37º42.94%66.67%-
XYZ25.8223.5814.5-
YUV134.09107.07153.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.59%
GREEN value IS 123 (48.44% from 255) = 31.54%
BLUE value IS 97 (38.28% from 255) = 24.87%
R=43.59%
G=31.54%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701239700.280.430.3321.3730.0452.35
HexAA7B6101C2B21151e34
Octal2521731410345341253664
Binary10101010111101111000010111001010111000011010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7B61; }

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

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

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

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

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

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

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

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