#AA5F5C

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

Shades of Coral Tree #AA5F5C

Tints of Coral Tree #AA5F5C

Color information

#AA5F5C (or 0xAA5F5C) is unknown color: approx Coral Tree. HEX triplet: AA, 5F and 5C. RGB value is (170,95,92). Sum of RGB (Red+Green+Blue) = 170+95+92=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 95 (37.5% from 255 or 26.61% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5F5C is #55A0A3. Grayscale: #757575. Windows color (decimal): -5611684 or 6053802. OLE color: 6053802.

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

Color convert

RGB1709592-
CMYK00.440.460.33
HSL2.31º31.45%51.37%-
HSV(B)2.31º45.88%66.67%-
XYZ22.617.512.31-
YUV117.08113.85165.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.62%
GREEN value IS 95 (37.5% from 255) = 26.61%
BLUE value IS 92 (36.33% from 255) = 25.77%
R=47.62%
G=26.61%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170959200.440.460.332.3131.4551.37
HexAA5F5C02C2E2121f33
Octal252137134054564123763
Binary101010101011111101110001011001011101000011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5F5C; }

 p { color: rgb(170,95,92); }

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

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

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

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

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

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

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