#AA7573

Color #AA7573 Coral Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Tree #AA7573

Tints of Coral Tree #AA7573

Color information

#AA7573 (or 0xAA7573) is unknown color: approx Coral Tree. HEX triplet: AA, 75 and 73. RGB value is (170,117,115). Sum of RGB (Red+Green+Blue) = 170+117+115=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 115 (45.31% from 255 or 28.61% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7573 is #558A8C. Grayscale: #848484. Windows color (decimal): -5606029 or 7566762. OLE color: 7566762.

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

Color convert

RGB170117115-
CMYK00.310.320.33
HSL2.18º24.44%55.88%-
HSV(B)2.18º32.35%66.67%-
XYZ26.0322.5119.19-
YUV132.62118.06154.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.29%
GREEN value IS 117 (46.09% from 255) = 29.10%
BLUE value IS 115 (45.31% from 255) = 28.61%
R=42.29%
G=29.10%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011711500.310.320.332.1824.4455.88
HexAA757301F202121838
Octal252165163037404123070
Binary10101010111010111100110111111000001000011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7573; }

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

 H1.HeaderClassName
 {
   color: #AA7573;
 }
 .AnyTagClassName
 {
   color: #AA7573;
 }
</style>
background-color css

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

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

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

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

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

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