#AA6562

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

Shades of Coral Tree #AA6562

Tints of Coral Tree #AA6562

Color information

#AA6562 (or 0xAA6562) is unknown color: approx Coral Tree. HEX triplet: AA, 65 and 62. RGB value is (170,101,98). Sum of RGB (Red+Green+Blue) = 170+101+98=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6562 is #559A9D. Grayscale: #797979. Windows color (decimal): -5610142 or 6448554. OLE color: 6448554.

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

Color convert

RGB17010198-
CMYK00.410.420.33
HSL2.5º29.75%52.55%-
HSV(B)2.5º42.35%66.67%-
XYZ23.4418.7413.94-
YUV121.29114.86162.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.07%
GREEN value IS 101 (39.84% from 255) = 27.37%
BLUE value IS 98 (38.67% from 255) = 26.56%
R=46.07%
G=27.37%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701019800.410.420.332.529.7552.55
HexAA65620292A2131e35
Octal252145142051524133665
Binary101010101100101110001001010011010101000011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6562; }

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

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

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

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

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

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

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

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