#AA6665

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

Shades of Coral Tree #AA6665

Tints of Coral Tree #AA6665

Color information

#AA6665 (or 0xAA6665) is unknown color: approx Coral Tree. HEX triplet: AA, 66 and 65. RGB value is (170,102,101). Sum of RGB (Red+Green+Blue) = 170+102+101=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6665 is #55999A. Grayscale: #7A7A7A. Windows color (decimal): -5609883 or 6645418. OLE color: 6645418.

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

Color convert

RGB170102101-
CMYK00.40.410.33
HSL0.87º28.87%53.14%-
HSV(B)0.87º40.59%66.67%-
XYZ23.6818.9914.73-
YUV122.22116.03162.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.58%
GREEN value IS 102 (40.23% from 255) = 27.35%
BLUE value IS 101 (39.84% from 255) = 27.08%
R=45.58%
G=27.35%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010210100.40.410.330.8728.8753.14
HexAA6665028292111d35
Octal252146145050514113565
Binary10101010110011011001010101000101001100001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6665; }

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

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

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

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

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

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

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

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