Html Css Color HEX #AA7270 Coral Tree

📋 copy color: '#AA7270'

red 170 ◦ green 114 ◦ blue 112

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

Shades of Coral Tree #AA7270

Tints of Coral Tree #AA7270

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.79%

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

R = 42.93%
G = 28.79%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AA7270 (or 0xAA7270) is known color: Coral Tree. HEX triplet: AA, 72 and 70. RGB value is (170,114,112). Sum of RGB (Red+Green+Blue) = 170+114+112=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7270 is #558D8F. Grayscale: #828282. Windows color (decimal): -5606800 or 7369386. OLE color: 7369386.

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

Color convert

RGB 170 114 112 -
CMYK 0 0.33 0.34 0.33
HSL 2.07º 0.25% 0.55% -
HSV(B) 2.07º 0.34% 0.67% -
XYZ 25.52 21.75 18.18 -
YUV 130.52 117.55 156.16 -
System Red Green Blue C M Y K H S L
Decimal 170 114 112 0 0.33 0.34 0.33 2.07 0.25 0.55
Hex AA 72 70 0 21 22 21 2 19 37
Octal 252 162 160 0 41 42 41 2 31 67
Binary 10101010 1110010 1110000 0 100001 100010 100001 10 11001 110111

Color Harmonies of #AA7270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7270

Black with #AA7270

Text Example


Text Example

White with #AA7270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7270; }

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

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

background-color css

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

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

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

border-color css

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

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

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