#AA7B63

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

Shades of Medium Wood #AA7B63

Tints of Medium Wood #AA7B63

Color information

#AA7B63 (or 0xAA7B63) is unknown color: approx Medium Wood. HEX triplet: AA, 7B and 63. RGB value is (170,123,99). Sum of RGB (Red+Green+Blue) = 170+123+99=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 99 (39.06% from 255 or 25.26% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7B63 is #55849C. Grayscale: #868686. Windows color (decimal): -5604509 or 6519722. OLE color: 6519722.

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

Color convert

RGB17012399-
CMYK00.280.420.33
HSL20.28º29.46%52.75%-
HSV(B)20.28º41.76%66.67%-
XYZ25.9123.6115-
YUV134.32108.07153.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.37%
GREEN value IS 123 (48.44% from 255) = 31.38%
BLUE value IS 99 (39.06% from 255) = 25.26%
R=43.37%
G=31.38%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701239900.280.420.3320.2829.4652.75
HexAA7B6301C2A21141d35
Octal2521731430345241243565
Binary10101010111101111000110111001010101000011010011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7B63; }

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

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

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

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

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

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

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

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