#AB606F

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

Shades of Turkish Rose #AB606F

Tints of Turkish Rose #AB606F

Color information

#AB606F (or 0xAB606F) is unknown color: approx Turkish Rose. HEX triplet: AB, 60 and 6F. RGB value is (171,96,111). Sum of RGB (Red+Green+Blue) = 171+96+111=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB606F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB606F is #549F90. Grayscale: #787878. Windows color (decimal): -5545873 or 7299243. OLE color: 7299243.

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

Color convert

RGB17196111-
CMYK00.440.350.33
HSL348º30.86%52.35%-
HSV(B)348º43.86%67.06%-
XYZ23.8518.1717.29-
YUV120.14122.85164.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.24%
GREEN value IS 96 (37.89% from 255) = 25.40%
BLUE value IS 111 (43.75% from 255) = 29.37%
R=45.24%
G=25.40%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719611100.440.350.3334830.8652.35
HexAB606F02C232115c1f34
Octal25314015705443415343764
Binary1010101111000001101111010110010001110000110101110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB606F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB606F; }

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

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

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

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

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

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

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

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