#AB6870

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

Shades of Turkish Rose #AB6870

Tints of Turkish Rose #AB6870

Color information

#AB6870 (or 0xAB6870) is unknown color: approx Turkish Rose. HEX triplet: AB, 68 and 70. RGB value is (171,104,112). Sum of RGB (Red+Green+Blue) = 171+104+112=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6870 is #54978F. Grayscale: #7C7C7C. Windows color (decimal): -5543824 or 7366827. OLE color: 7366827.

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

Color convert

RGB171104112-
CMYK00.390.350.33
HSL352.84º28.51%53.92%-
HSV(B)352.84º39.18%67.06%-
XYZ24.6719.7317.84-
YUV124.94120.7160.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.19%
GREEN value IS 104 (41.02% from 255) = 26.87%
BLUE value IS 112 (44.14% from 255) = 28.94%
R=44.19%
G=26.87%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110411200.390.350.33352.8428.5153.92
HexAB687002723211611d36
Octal25315016004743415413566
Binary1010101111010001110000010011110001110000110110000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6870; }

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

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

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

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

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

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

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

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