Html Css Color HEX #AA7070 Coral Tree

📋 copy color: '#AA7070'

red 170 ◦ green 112 ◦ blue 112

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

Shades of Coral Tree #AA7070

Tints of Coral Tree #AA7070

RGB

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

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

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

RGB 170 112 112 -
CMYK 0 0.34 0.34 0.33
HSL 0.25% 0.55% -
HSV(B) 0.34% 0.67% -
XYZ 25.3 21.3 18.11 -
YUV 129.34 118.22 157 -
System Red Green Blue C M Y K H S L
Decimal 170 112 112 0 0.34 0.34 0.33 0 0.25 0.55
Hex AA 70 70 0 22 22 21 0 19 37
Octal 252 160 160 0 42 42 41 0 31 67
Binary 10101010 1110000 1110000 0 100010 100010 100001 0 11001 110111

Color Harmonies of #AA7070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7070

Black with #AA7070

Text Example


Text Example

White with #AA7070

Text Example


Text Example

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