#AB6171

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

Shades of Turkish Rose #AB6171

Tints of Turkish Rose #AB6171

Color information

#AB6171 (or 0xAB6171) is unknown color: approx Turkish Rose. HEX triplet: AB, 61 and 71. RGB value is (171,97,113). Sum of RGB (Red+Green+Blue) = 171+97+113=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 113 (44.53% from 255 or 29.66% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6171 is #549E8E. Grayscale: #787878. Windows color (decimal): -5545615 or 7430571. OLE color: 7430571.

HSL color Cylindrical-coordinate representation of color #AB6171: hue angle of 347.03º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB6171 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB17197113-
CMYK00.430.340.33
HSL347.03º30.58%52.55%-
HSV(B)347.03º43.27%67.06%-
XYZ24.0518.417.91-
YUV120.95123.52163.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.88%
GREEN value IS 97 (38.28% from 255) = 25.46%
BLUE value IS 113 (44.53% from 255) = 29.66%
R=44.88%
G=25.46%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719711300.430.340.33347.0330.5852.55
HexAB617102B222115b1f35
Octal25314116105342415333765
Binary1010101111000011110001010101110001010000110101101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6171; }

 p { color: rgb(171,97,113); }

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

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

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

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

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

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

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