#AB616E

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

Shades of Turkish Rose #AB616E

Tints of Turkish Rose #AB616E

Color information

#AB616E (or 0xAB616E) is unknown color: approx Turkish Rose. HEX triplet: AB, 61 and 6E. RGB value is (171,97,110). Sum of RGB (Red+Green+Blue) = 171+97+110=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB616E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB616E is #549E91. Grayscale: #787878. Windows color (decimal): -5545618 or 7233963. OLE color: 7233963.

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

Color convert

RGB17197110-
CMYK00.430.360.33
HSL349.46º30.58%52.55%-
HSV(B)349.46º43.27%67.06%-
XYZ23.8818.3317.03-
YUV120.61122.02163.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.24%
GREEN value IS 97 (38.28% from 255) = 25.66%
BLUE value IS 110 (43.36% from 255) = 29.10%
R=45.24%
G=25.66%
B=29.10%

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
Decimal1719711000.430.360.33349.4630.5852.55
HexAB616E02B242115d1f35
Octal25314115605344415353765
Binary1010101111000011101110010101110010010000110101110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB616E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB616E; }

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

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

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

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

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

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

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

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