#AA7370

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

Shades of Coral Tree #AA7370

Tints of Coral Tree #AA7370

Color information

#AA7370 (or 0xAA7370) is unknown color: approx Coral Tree. HEX triplet: AA, 73 and 70. RGB value is (170,115,112). Sum of RGB (Red+Green+Blue) = 170+115+112=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7370 is #558C8F. Grayscale: #838383. Windows color (decimal): -5606544 or 7369642. OLE color: 7369642.

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

Color convert

RGB170115112-
CMYK00.320.340.33
HSL3.1º25.44%55.29%-
HSV(B)3.1º34.12%66.67%-
XYZ25.6321.9818.22-
YUV131.1117.22155.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.82%
GREEN value IS 115 (45.31% from 255) = 28.97%
BLUE value IS 112 (44.14% from 255) = 28.21%
R=42.82%
G=28.97%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011511200.320.340.333.125.4455.29
HexAA7370020222131937
Octal252163160040424133167
Binary101010101110011111000001000001000101000011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7370; }

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

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

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

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

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

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

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

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