#AA665E

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

Shades of Coral Tree #AA665E

Tints of Coral Tree #AA665E

Color information

#AA665E (or 0xAA665E) is unknown color: approx Coral Tree. HEX triplet: AA, 66 and 5E. RGB value is (170,102,94). Sum of RGB (Red+Green+Blue) = 170+102+94=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 94 (37.11% from 255 or 25.68% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA665E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA665E is #5599A1. Grayscale: #797979. Windows color (decimal): -5609890 or 6186666. OLE color: 6186666.

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

Color convert

RGB17010294-
CMYK00.40.450.33
HSL6.32º30.89%51.76%-
HSV(B)6.32º44.71%66.67%-
XYZ23.3518.8613-
YUV121.42112.53162.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.45%
GREEN value IS 102 (40.23% from 255) = 27.87%
BLUE value IS 94 (37.11% from 255) = 25.68%
R=46.45%
G=27.87%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701029400.40.450.336.3230.8951.76
HexAA665E0282D2161f34
Octal252146136050554163764
Binary1010101011001101011110010100010110110000111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA665E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA665E; }

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

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

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

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

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

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

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

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