#AA605E

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

Shades of Coral Tree #AA605E

Tints of Coral Tree #AA605E

Color information

#AA605E (or 0xAA605E) is unknown color: approx Coral Tree. HEX triplet: AA, 60 and 5E. RGB value is (170,96,94). Sum of RGB (Red+Green+Blue) = 170+96+94=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 94 (37.11% from 255 or 26.11% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA605E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA605E is #559FA1. Grayscale: #757575. Windows color (decimal): -5611426 or 6185130. OLE color: 6185130.

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

Color convert

RGB1709694-
CMYK00.440.450.33
HSL1.58º30.89%51.76%-
HSV(B)1.58º44.71%66.67%-
XYZ22.7817.7212.81-
YUV117.9114.52165.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.22%
GREEN value IS 96 (37.89% from 255) = 26.67%
BLUE value IS 94 (37.11% from 255) = 26.11%
R=47.22%
G=26.67%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170969400.440.450.331.5830.8951.76
HexAA605E02C2D2121f34
Octal252140136054554123764
Binary101010101100000101111001011001011011000011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA605E; }

 p { color: rgb(170,96,94); }

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

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

 a { background-color: rgb(170,96,94); }

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

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

 span { border-color: rgb(170,96,94); }

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