#AB616D

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

Shades of Turkish Rose #AB616D

Tints of Turkish Rose #AB616D

Color information

#AB616D (or 0xAB616D) is unknown color: approx Turkish Rose. HEX triplet: AB, 61 and 6D. RGB value is (171,97,109). Sum of RGB (Red+Green+Blue) = 171+97+109=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB616D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB616D is #549E92. Grayscale: #787878. Windows color (decimal): -5545619 or 7168427. OLE color: 7168427.

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

Color convert

RGB17197109-
CMYK00.430.360.33
HSL350.27º30.58%52.55%-
HSV(B)350.27º43.27%67.06%-
XYZ23.8318.3116.75-
YUV120.49121.52164.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.36%
GREEN value IS 97 (38.28% from 255) = 25.73%
BLUE value IS 109 (42.97% from 255) = 28.91%
R=45.36%
G=25.73%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719710900.430.360.33350.2730.5852.55
HexAB616D02B242115e1f35
Octal25314115505344415363765
Binary1010101111000011101101010101110010010000110101111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB616D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB616D; }

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

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

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

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

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

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

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

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