#AB616C

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

Shades of Turkish Rose #AB616C

Tints of Turkish Rose #AB616C

Color information

#AB616C (or 0xAB616C) is unknown color: approx Turkish Rose. HEX triplet: AB, 61 and 6C. RGB value is (171,97,108). Sum of RGB (Red+Green+Blue) = 171+97+108=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB616C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB616C is #549E93. Grayscale: #787878. Windows color (decimal): -5545620 or 7102891. OLE color: 7102891.

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

Color convert

RGB17197108-
CMYK00.430.370.33
HSL351.08º30.58%52.55%-
HSV(B)351.08º43.27%67.06%-
XYZ23.7818.2916.46-
YUV120.38121.02164.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.48%
GREEN value IS 97 (38.28% from 255) = 25.80%
BLUE value IS 108 (42.58% from 255) = 28.72%
R=45.48%
G=25.80%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719710800.430.370.33351.0830.5852.55
HexAB616C02B252115f1f35
Octal25314115405345415373765
Binary1010101111000011101100010101110010110000110101111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB616C; }

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

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

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

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

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

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

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

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