#AA7570

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

Shades of Coral Tree #AA7570

Tints of Coral Tree #AA7570

Color information

#AA7570 (or 0xAA7570) is unknown color: approx Coral Tree. HEX triplet: AA, 75 and 70. RGB value is (170,117,112). Sum of RGB (Red+Green+Blue) = 170+117+112=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7570 is #558A8F. Grayscale: #848484. Windows color (decimal): -5606032 or 7370154. OLE color: 7370154.

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

Color convert

RGB170117112-
CMYK00.310.340.33
HSL5.17º25.44%55.29%-
HSV(B)5.17º34.12%66.67%-
XYZ25.8622.4418.3-
YUV132.28116.56154.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.61%
GREEN value IS 117 (46.09% from 255) = 29.32%
BLUE value IS 112 (44.14% from 255) = 28.07%
R=42.61%
G=29.32%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011711200.310.340.335.1725.4455.29
HexAA757001F222151937
Octal252165160037424153167
Binary101010101110101111000001111110001010000110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7570; }

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

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

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

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

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

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

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

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