#AA605F

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

Shades of Coral Tree #AA605F

Tints of Coral Tree #AA605F

Color information

#AA605F (or 0xAA605F) is unknown color: approx Coral Tree. HEX triplet: AA, 60 and 5F. RGB value is (170,96,95). Sum of RGB (Red+Green+Blue) = 170+96+95=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA605F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA605F is #559FA0. Grayscale: #767676. Windows color (decimal): -5611425 or 6250666. OLE color: 6250666.

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

Color convert

RGB1709695-
CMYK00.440.440.33
HSL0.8º30.61%51.96%-
HSV(B)0.8º44.12%66.67%-
XYZ22.8317.7413.05-
YUV118.01115.02165.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.09%
GREEN value IS 96 (37.89% from 255) = 26.59%
BLUE value IS 95 (37.5% from 255) = 26.32%
R=47.09%
G=26.59%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170969500.440.440.330.830.6151.96
HexAA605F02C2C2111f34
Octal252140137054544113764
Binary10101010110000010111110101100101100100001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA605F; }

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

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

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

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

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

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

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

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