Html Css Color HEX #AA7272 Coral Tree

📋 copy color: '#AA7272'

red 170 ◦ green 114 ◦ blue 114

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

Shades of Coral Tree #AA7272

Tints of Coral Tree #AA7272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.64%

R = 42.71%
G = 28.64%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AA7272 (or 0xAA7272) is known color: Coral Tree. HEX triplet: AA, 72 and 72. RGB value is (170,114,114). Sum of RGB (Red+Green+Blue) = 170+114+114=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7272 is #558D8D. Grayscale: #828282. Windows color (decimal): -5606798 or 7500458. OLE color: 7500458.

HSL color Cylindrical-coordinate representation of color #AA7272: hue angle of 0º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA7272 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 114 114 -
CMYK 0 0.33 0.33 0.33
HSL 0.25% 0.56% -
HSV(B) 0.33% 0.67% -
XYZ 25.63 21.8 18.78 -
YUV 130.74 118.55 156 -
System Red Green Blue C M Y K H S L
Decimal 170 114 114 0 0.33 0.33 0.33 0 0.25 0.56
Hex AA 72 72 0 21 21 21 0 19 38
Octal 252 162 162 0 41 41 41 0 31 70
Binary 10101010 1110010 1110010 0 100001 100001 100001 0 11001 111000

Color Harmonies of #AA7272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7272

Black with #AA7272

Text Example


Text Example

White with #AA7272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7272; }

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

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

background-color css

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

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

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

border-color css

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

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

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