#AB6A66

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

Shades of Coral Tree #AB6A66

Tints of Coral Tree #AB6A66

Color information

#AB6A66 (or 0xAB6A66) is unknown color: approx Coral Tree. HEX triplet: AB, 6A and 66. RGB value is (171,106,102). Sum of RGB (Red+Green+Blue) = 171+106+102=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 102 (40.23% from 255 or 26.91% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6A66 is #549599. Grayscale: #7D7D7D. Windows color (decimal): -5543322 or 6711979. OLE color: 6711979.

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

Color convert

RGB171106102-
CMYK00.380.400.33
HSL3.48º29.11%53.53%-
HSV(B)3.48º40.35%67.06%-
XYZ24.3519.9315.13-
YUV124.98115.03160.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.12%
GREEN value IS 106 (41.80% from 255) = 27.97%
BLUE value IS 102 (40.23% from 255) = 26.91%
R=45.12%
G=27.97%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110610200.380.400.333.4829.1153.53
HexAB6A66026282131d36
Octal253152146046504133566
Binary101010111101010110011001001101010001000011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6A66; }

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

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

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

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

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

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

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

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