#AA7572

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

Shades of Coral Tree #AA7572

Tints of Coral Tree #AA7572

Color information

#AA7572 (or 0xAA7572) is unknown color: approx Coral Tree. HEX triplet: AA, 75 and 72. RGB value is (170,117,114). Sum of RGB (Red+Green+Blue) = 170+117+114=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7572 is #558A8D. Grayscale: #848484. Windows color (decimal): -5606030 or 7501226. OLE color: 7501226.

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

Color convert

RGB170117114-
CMYK00.310.330.33
HSL3.21º24.78%55.69%-
HSV(B)3.21º32.94%66.67%-
XYZ25.9822.4818.89-
YUV132.5117.56154.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.39%
GREEN value IS 117 (46.09% from 255) = 29.18%
BLUE value IS 114 (44.92% from 255) = 28.43%
R=42.39%
G=29.18%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011711400.310.330.333.2124.7855.69
HexAA757201F212131938
Octal252165162037414133170
Binary10101010111010111100100111111000011000011111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7572; }

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

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

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

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

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

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

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

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