#AB6E6F

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

Shades of Turkish Rose #AB6E6F

Tints of Turkish Rose #AB6E6F

Color information

#AB6E6F (or 0xAB6E6F) is unknown color: approx Turkish Rose. HEX triplet: AB, 6E and 6F. RGB value is (171,110,111). Sum of RGB (Red+Green+Blue) = 171+110+111=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6E6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6E6F is #549190. Grayscale: #808080. Windows color (decimal): -5542289 or 7302827. OLE color: 7302827.

HSL color Cylindrical-coordinate representation of color #AB6E6F: hue angle of 359.02º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB6E6F is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB171110111-
CMYK00.360.350.33
HSL359.02º26.64%55.1%-
HSV(B)359.02º35.67%67.06%-
XYZ25.2420.9617.75-
YUV128.35118.21158.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.62%
GREEN value IS 110 (43.36% from 255) = 28.06%
BLUE value IS 111 (43.75% from 255) = 28.32%
R=43.62%
G=28.06%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111011100.360.350.33359.0226.6455.1
HexAB6E6F02423211671b37
Octal25315615704443415473367
Binary1010101111011101101111010010010001110000110110011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6E6F; }

 p { color: rgb(171,110,111); }

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

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

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

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

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

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

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