#AA7170

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

Shades of Coral Tree #AA7170

Tints of Coral Tree #AA7170

Color information

#AA7170 (or 0xAA7170) is unknown color: approx Coral Tree. HEX triplet: AA, 71 and 70. RGB value is (170,113,112). Sum of RGB (Red+Green+Blue) = 170+113+112=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7170 is #558E8F. Grayscale: #818181. Windows color (decimal): -5607056 or 7369130. OLE color: 7369130.

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

Color convert

RGB170113112-
CMYK00.340.340.33
HSL1.03º25.44%55.29%-
HSV(B)1.03º34.12%66.67%-
XYZ25.4121.5318.15-
YUV129.93117.88156.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.04%
GREEN value IS 113 (44.53% from 255) = 28.61%
BLUE value IS 112 (44.14% from 255) = 28.35%
R=43.04%
G=28.61%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011311200.340.340.331.0325.4455.29
HexAA7170022222111937
Octal252161160042424113167
Binary10101010111000111100000100010100010100001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7170; }

 p { color: rgb(170,113,112); }

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

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

 a { background-color: rgb(170,113,112); }

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

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

 span { border-color: rgb(170,113,112); }

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