#AB656F

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

Shades of Turkish Rose #AB656F

Tints of Turkish Rose #AB656F

Color information

#AB656F (or 0xAB656F) is unknown color: approx Turkish Rose. HEX triplet: AB, 65 and 6F. RGB value is (171,101,111). Sum of RGB (Red+Green+Blue) = 171+101+111=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB656F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB656F is #549A90. Grayscale: #7B7B7B. Windows color (decimal): -5544593 or 7300523. OLE color: 7300523.

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

Color convert

RGB171101111-
CMYK00.410.350.33
HSL351.43º29.41%53.33%-
HSV(B)351.43º40.94%67.06%-
XYZ24.3219.1117.45-
YUV123.07121.19162.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.65%
GREEN value IS 101 (39.84% from 255) = 26.37%
BLUE value IS 111 (43.75% from 255) = 28.98%
R=44.65%
G=26.37%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110111100.410.350.33351.4329.4153.33
HexAB656F029232115f1d35
Octal25314515705143415373565
Binary1010101111001011101111010100110001110000110101111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB656F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB656F; }

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

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

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

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

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

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

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

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