Html Css Color HEX #AA7373 Coral Tree

📋 copy color: '#AA7373'

red 170 ◦ green 115 ◦ blue 115

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

Shades of Coral Tree #AA7373

Tints of Coral Tree #AA7373

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.75%

 BLUE value IS 115 (45.31% from 255) = 28.75%

R = 42.5%
G = 28.75%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA7373 (or 0xAA7373) is known color: Coral Tree. HEX triplet: AA, 73 and 73. RGB value is (170,115,115). Sum of RGB (Red+Green+Blue) = 170+115+115=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7373 is #558C8C. Grayscale: #838383. Windows color (decimal): -5606541 or 7566250. OLE color: 7566250.

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

Color convert

RGB 170 115 115 -
CMYK 0 0.32 0.32 0.33
HSL 0.24% 0.56% -
HSV(B) 0.32% 0.67% -
XYZ 25.8 22.05 19.11 -
YUV 131.45 118.72 155.5 -
System Red Green Blue C M Y K H S L
Decimal 170 115 115 0 0.32 0.32 0.33 0 0.24 0.56
Hex AA 73 73 0 20 20 21 0 18 38
Octal 252 163 163 0 40 40 41 0 30 70
Binary 10101010 1110011 1110011 0 100000 100000 100001 0 11000 111000

Color Harmonies of #AA7373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7373

Black with #AA7373

Text Example


Text Example

White with #AA7373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7373; }

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

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

background-color css

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

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

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

border-color css

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

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

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