#AA665F

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

Shades of Coral Tree #AA665F

Tints of Coral Tree #AA665F

Color information

#AA665F (or 0xAA665F) is unknown color: approx Coral Tree. HEX triplet: AA, 66 and 5F. RGB value is (170,102,95). Sum of RGB (Red+Green+Blue) = 170+102+95=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA665F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA665F is #5599A0. Grayscale: #797979. Windows color (decimal): -5609889 or 6252202. OLE color: 6252202.

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

Color convert

RGB17010295-
CMYK00.40.440.33
HSL5.6º30.61%51.96%-
HSV(B)5.6º44.12%66.67%-
XYZ23.3918.8813.24-
YUV121.53113.03162.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.32%
GREEN value IS 102 (40.23% from 255) = 27.79%
BLUE value IS 95 (37.5% from 255) = 25.89%
R=46.32%
G=27.79%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701029500.40.440.335.630.6151.96
HexAA665F0282C2161f34
Octal252146137050544163764
Binary1010101011001101011111010100010110010000111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA665F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA665F; }

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

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

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

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

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

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

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

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