Html Css Color HEX #AA7970 Coral Tree

📋 copy color: '#AA7970'

red 170 ◦ green 121 ◦ blue 112

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

Shades of Coral Tree #AA7970

Tints of Coral Tree #AA7970

RGB

 RED value IS 170 (66.8% from 255) = 42.18%

 GREEN value IS 121 (47.66% from 255) = 30.02%

 BLUE value IS 112 (44.14% from 255) = 27.79%

R = 42.18%
G = 30.02%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AA7970 (or 0xAA7970) is known color: Coral Tree. HEX triplet: AA, 79 and 70. RGB value is (170,121,112). Sum of RGB (Red+Green+Blue) = 170+121+112=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 121 (47.66% from 255 or 30.02% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7970 is #55868F. Grayscale: #868686. Windows color (decimal): -5605008 or 7371178. OLE color: 7371178.

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

Color convert

RGB 170 121 112 -
CMYK 0 0.29 0.34 0.33
HSL 9.31º 0.25% 0.55% -
HSV(B) 9.31º 0.34% 0.67% -
XYZ 26.34 23.39 18.46 -
YUV 134.63 115.23 153.23 -
System Red Green Blue C M Y K H S L
Decimal 170 121 112 0 0.29 0.34 0.33 9.31 0.25 0.55
Hex AA 79 70 0 1D 22 21 9 19 37
Octal 252 171 160 0 35 42 41 11 31 67
Binary 10101010 1111001 1110000 0 11101 100010 100001 1001 11001 110111

Color Harmonies of #AA7970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7970

Black with #AA7970

Text Example


Text Example

White with #AA7970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7970; }

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

 H1.HeaderClassName
 {
   color: #AA7970;
 }
 .AnyTagClassName
 {
   color: #AA7970;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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