#AB6660

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

Shades of Coral Tree #AB6660

Tints of Coral Tree #AB6660

Color information

#AB6660 (or 0xAB6660) is unknown color: approx Coral Tree. HEX triplet: AB, 66 and 60. RGB value is (171,102,96). Sum of RGB (Red+Green+Blue) = 171+102+96=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6660 is #54999F. Grayscale: #7A7A7A. Windows color (decimal): -5544352 or 6317739. OLE color: 6317739.

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

Color convert

RGB17110296-
CMYK00.400.440.33
HSL4.8º30.86%52.35%-
HSV(B)4.8º43.86%67.06%-
XYZ23.6619.0113.49-
YUV121.95113.36162.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.34%
GREEN value IS 102 (40.23% from 255) = 27.64%
BLUE value IS 96 (37.89% from 255) = 26.02%
R=46.34%
G=27.64%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711029600.400.440.334.830.8652.35
HexAB66600282C2151f34
Octal253146140050544153764
Binary1010101111001101100000010100010110010000110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6660; }

 p { color: rgb(171,102,96); }

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

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

 a { background-color: rgb(171,102,96); }

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

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

 span { border-color: rgb(171,102,96); }

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