Html Css Color HEX #AA7473 Coral Tree

📋 copy color: '#AA7473'

red 170 ◦ green 116 ◦ blue 115

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

Shades of Coral Tree #AA7473

Tints of Coral Tree #AA7473

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.93%

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

R = 42.39%
G = 28.93%
B = 28.68%

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

#AA7473 (or 0xAA7473) is known color: Coral Tree. HEX triplet: AA, 74 and 73. RGB value is (170,116,115). Sum of RGB (Red+Green+Blue) = 170+116+115=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7473 is #558B8C. Grayscale: #848484. Windows color (decimal): -5606285 or 7566506. OLE color: 7566506.

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

Color convert

RGB 170 116 115 -
CMYK 0 0.32 0.32 0.33
HSL 1.09º 0.24% 0.56% -
HSV(B) 1.09º 0.32% 0.67% -
XYZ 25.92 22.27 19.15 -
YUV 132.03 118.39 155.08 -
System Red Green Blue C M Y K H S L
Decimal 170 116 115 0 0.32 0.32 0.33 1.09 0.24 0.56
Hex AA 74 73 0 20 20 21 1 18 38
Octal 252 164 163 0 40 40 41 1 30 70
Binary 10101010 1110100 1110011 0 100000 100000 100001 1 11000 111000

Color Harmonies of #AA7473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7473

Black with #AA7473

Text Example


Text Example

White with #AA7473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7473; }

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

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

background-color css

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

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

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

border-color css

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

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

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