#AB606C

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

Shades of Turkish Rose #AB606C

Tints of Turkish Rose #AB606C

Color information

#AB606C (or 0xAB606C) is unknown color: approx Turkish Rose. HEX triplet: AB, 60 and 6C. RGB value is (171,96,108). Sum of RGB (Red+Green+Blue) = 171+96+108=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB606C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB606C is #549F93. Grayscale: #777777. Windows color (decimal): -5545876 or 7102635. OLE color: 7102635.

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

Color convert

RGB17196108-
CMYK00.440.370.33
HSL350.4º30.86%52.35%-
HSV(B)350.4º43.86%67.06%-
XYZ23.6818.1116.43-
YUV119.79121.35164.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.6%
GREEN value IS 96 (37.89% from 255) = 25.6%
BLUE value IS 108 (42.58% from 255) = 28.8%
R=45.6%
G=25.6%
B=28.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719610800.440.370.33350.430.8652.35
HexAB606C02C252115e1f34
Octal25314015405445415363764
Binary1010101111000001101100010110010010110000110101111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB606C; }

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

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

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

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

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

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

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

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