#AA7070

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

Shades of Coral Tree #AA7070

Tints of Coral Tree #AA7070

Color information

#AA7070 (or 0xAA7070) is unknown color: approx Coral Tree. HEX triplet: AA, 70 and 70. RGB value is (170,112,112). Sum of RGB (Red+Green+Blue) = 170+112+112=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7070 is #558F8F. Grayscale: #818181. Windows color (decimal): -5607312 or 7368874. OLE color: 7368874.

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

Color convert

RGB170112112-
CMYK00.340.340.33
HSL25.44%55.29%-
HSV(B)34.12%66.67%-
XYZ25.321.318.11-
YUV129.34118.22157-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.15%
GREEN value IS 112 (44.14% from 255) = 28.43%
BLUE value IS 112 (44.14% from 255) = 28.43%
R=43.15%
G=28.43%
B=28.43%

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
Decimal17011211200.340.340.33025.4455.29
HexAA7070022222101937
Octal252160160042424103167
Binary10101010111000011100000100010100010100001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7070; }

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

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

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

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

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

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

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

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