Html Css Color HEX #AA7370 Coral Tree

📋 copy color: '#AA7370'

red 170 ◦ green 115 ◦ blue 112

#AA7370
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coral Tree #AA7370

Tints of Coral Tree #AA7370

RGB

 RED value IS 170 (66.8% 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 value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AA7370 (or 0xAA7370) is known color: 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

RGB 170 115 112 -
CMYK 0 0.32 0.34 0.33
HSL 3.1º 0.25% 0.55% -
HSV(B) 3.1º 0.34% 0.67% -
XYZ 25.63 21.98 18.22 -
YUV 131.1 117.22 155.74 -
System Red Green Blue C M Y K H S L
Decimal 170 115 112 0 0.32 0.34 0.33 3.1 0.25 0.55
Hex AA 73 70 0 20 22 21 3 19 37
Octal 252 163 160 0 40 42 41 3 31 67
Binary 10101010 1110011 1110000 0 100000 100010 100001 11 11001 110111

Color Harmonies of #AA7370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7370

Black with #AA7370

Text Example


Text Example

White with #AA7370

Text Example


Text Example

HTML Codes & Css Web 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>