#AB666C

Color #AB666C Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #AB666C

Tints of Turkish Rose #AB666C

Color information

#AB666C (or 0xAB666C) is unknown color: approx Turkish Rose. HEX triplet: AB, 66 and 6C. RGB value is (171,102,108). Sum of RGB (Red+Green+Blue) = 171+102+108=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB666C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB666C is #549993. Grayscale: #7B7B7B. Windows color (decimal): -5544340 or 7104171. OLE color: 7104171.

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

Color convert

RGB171102108-
CMYK00.400.370.33
HSL354.78º29.11%53.53%-
HSV(B)354.78º40.35%67.06%-
XYZ24.2519.2416.62-
YUV123.31119.36162.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.88%
GREEN value IS 102 (40.23% from 255) = 26.77%
BLUE value IS 108 (42.58% from 255) = 28.35%
R=44.88%
G=26.77%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110210800.400.370.33354.7829.1153.53
HexAB666C02825211631d36
Octal25314615405045415433566
Binary1010101111001101101100010100010010110000110110001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB666C; }

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

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

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

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

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

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

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

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