#AB707C

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

Shades of Turkish Rose #AB707C

Tints of Turkish Rose #AB707C

Color information

#AB707C (or 0xAB707C) is unknown color: approx Turkish Rose. HEX triplet: AB, 70 and 7C. RGB value is (171,112,124). Sum of RGB (Red+Green+Blue) = 171+112+124=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #AB707C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB707C is #548F83. Grayscale: #838383. Windows color (decimal): -5541764 or 8155307. OLE color: 8155307.

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

Color convert

RGB171112124-
CMYK00.350.270.33
HSL347.8º25.99%55.49%-
HSV(B)347.8º34.5%67.06%-
XYZ26.2321.721.88-
YUV131.01124.05156.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.01%
GREEN value IS 112 (44.14% from 255) = 27.52%
BLUE value IS 124 (48.83% from 255) = 30.47%
R=42.01%
G=27.52%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111212400.350.270.33347.825.9955.49
HexAB707C0231B2115c1a37
Octal25316017404333415343267
Binary101010111110000111110001000111101110000110101110011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB707C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB707C; }

 p { color: rgb(171,112,124); }

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

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

 a { background-color: rgb(171,112,124); }

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

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

 span { border-color: rgb(171,112,124); }

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