#AA6261

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

Shades of Coral Tree #AA6261

Tints of Coral Tree #AA6261

Color information

#AA6261 (or 0xAA6261) is unknown color: approx Coral Tree. HEX triplet: AA, 62 and 61. RGB value is (170,98,97). Sum of RGB (Red+Green+Blue) = 170+98+97=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6261 is #559D9E. Grayscale: #777777. Windows color (decimal): -5610911 or 6382250. OLE color: 6382250.

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

Color convert

RGB1709897-
CMYK00.420.430.33
HSL0.82º30.04%52.35%-
HSV(B)0.82º42.94%66.67%-
XYZ23.118.1413.59-
YUV119.41115.35164.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.58%
GREEN value IS 98 (38.67% from 255) = 26.85%
BLUE value IS 97 (38.28% from 255) = 26.58%
R=46.58%
G=26.85%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170989700.420.430.330.8230.0452.35
HexAA626102A2B2111e34
Octal252142141052534113664
Binary10101010110001011000010101010101011100001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6261; }

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

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

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

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

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

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

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

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