#AA6461

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

Shades of Coral Tree #AA6461

Tints of Coral Tree #AA6461

Color information

#AA6461 (or 0xAA6461) is unknown color: approx Coral Tree. HEX triplet: AA, 64 and 61. RGB value is (170,100,97). Sum of RGB (Red+Green+Blue) = 170+100+97=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 97 (38.28% from 255 or 26.43% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6461 is #559B9E. Grayscale: #787878. Windows color (decimal): -5610399 or 6382762. OLE color: 6382762.

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

Color convert

RGB17010097-
CMYK00.410.430.33
HSL2.47º30.04%52.35%-
HSV(B)2.47º42.94%66.67%-
XYZ23.2918.5213.66-
YUV120.59114.69163.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.32%
GREEN value IS 100 (39.45% from 255) = 27.25%
BLUE value IS 97 (38.28% from 255) = 26.43%
R=46.32%
G=27.25%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701009700.410.430.332.4730.0452.35
HexAA64610292B2121e34
Octal252144141051534123664
Binary101010101100100110000101010011010111000011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6461; }

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

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

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

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

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

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

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

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