#AA615C

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

Shades of Coral Tree #AA615C

Tints of Coral Tree #AA615C

Color information

#AA615C (or 0xAA615C) is unknown color: approx Coral Tree. HEX triplet: AA, 61 and 5C. RGB value is (170,97,92). Sum of RGB (Red+Green+Blue) = 170+97+92=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA615C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA615C is #559EA3. Grayscale: #767676. Windows color (decimal): -5611172 or 6054314. OLE color: 6054314.

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

Color convert

RGB1709792-
CMYK00.430.460.33
HSL3.85º31.45%51.37%-
HSV(B)3.85º45.88%66.67%-
XYZ22.7817.8712.37-
YUV118.26113.18164.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.35%
GREEN value IS 97 (38.28% from 255) = 27.02%
BLUE value IS 92 (36.33% from 255) = 25.63%
R=47.35%
G=27.02%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170979200.430.460.333.8531.4551.37
HexAA615C02B2E2141f33
Octal252141134053564143763
Binary1010101011000011011100010101110111010000110011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA615C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA615C; }

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

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

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

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

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

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

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

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