#AB6666

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

Shades of Coral Tree #AB6666

Tints of Coral Tree #AB6666

Color information

#AB6666 (or 0xAB6666) is unknown color: approx Coral Tree. HEX triplet: AB, 66 and 66. RGB value is (171,102,102). Sum of RGB (Red+Green+Blue) = 171+102+102=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6666 is #549999. Grayscale: #7A7A7A. Windows color (decimal): -5544346 or 6710955. OLE color: 6710955.

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

Color convert

RGB171102102-
CMYK00.400.400.33
HSL29.11%53.53%-
HSV(B)40.35%67.06%-
XYZ23.9419.1215-
YUV122.63116.36162.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.6%
GREEN value IS 102 (40.23% from 255) = 27.2%
BLUE value IS 102 (40.23% from 255) = 27.2%
R=45.6%
G=27.2%
B=27.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110210200.400.400.33029.1153.53
HexAB6666028282101d36
Octal253146146050504103566
Binary10101011110011011001100101000101000100001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6666; }

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

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

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

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

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

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

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

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