#AB616B

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

Shades of Turkish Rose #AB616B

Tints of Turkish Rose #AB616B

Color information

#AB616B (or 0xAB616B) is unknown color: approx Turkish Rose. HEX triplet: AB, 61 and 6B. RGB value is (171,97,107). Sum of RGB (Red+Green+Blue) = 171+97+107=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB616B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB616B is #549E94. Grayscale: #787878. Windows color (decimal): -5545621 or 7037355. OLE color: 7037355.

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

Color convert

RGB17197107-
CMYK00.430.370.33
HSL351.89º30.58%52.55%-
HSV(B)351.89º43.27%67.06%-
XYZ23.7218.2716.19-
YUV120.27120.52164.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.6%
GREEN value IS 97 (38.28% from 255) = 25.87%
BLUE value IS 107 (42.19% from 255) = 28.53%
R=45.6%
G=25.87%
B=28.53%

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
Decimal1719710700.430.370.33351.8930.5852.55
HexAB616B02B25211601f35
Octal25314115305345415403765
Binary1010101111000011101011010101110010110000110110000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB616B; }

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

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

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

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

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

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

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

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