#AA7A6E

Color #AA7A6E Coral Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Tree #AA7A6E

Tints of Coral Tree #AA7A6E

Color information

#AA7A6E (or 0xAA7A6E) is unknown color: approx Coral Tree. HEX triplet: AA, 7A and 6E. RGB value is (170,122,110). Sum of RGB (Red+Green+Blue) = 170+122+110=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 110 (43.36% from 255 or 27.36% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7A6E is #558591. Grayscale: #878787. Windows color (decimal): -5604754 or 7240362. OLE color: 7240362.

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

Color convert

RGB170122110-
CMYK00.280.350.33
HSL12º26.09%54.9%-
HSV(B)12º35.29%66.67%-
XYZ26.3523.5917.92-
YUV134.98113.9152.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.29%
GREEN value IS 122 (48.05% from 255) = 30.35%
BLUE value IS 110 (43.36% from 255) = 27.36%
R=42.29%
G=30.35%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012211000.280.350.331226.0954.9
HexAA7A6E01C2321c1a37
Octal2521721560344341143267
Binary1010101011110101101110011100100011100001110011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7A6E; }

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

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

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

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

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

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

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

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