#AB6877

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

Shades of Turkish Rose #AB6877

Tints of Turkish Rose #AB6877

Color information

#AB6877 (or 0xAB6877) is unknown color: approx Turkish Rose. HEX triplet: AB, 68 and 77. RGB value is (171,104,119). Sum of RGB (Red+Green+Blue) = 171+104+119=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6877 is #549788. Grayscale: #7D7D7D. Windows color (decimal): -5543817 or 7825579. OLE color: 7825579.

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

Color convert

RGB171104119-
CMYK00.390.300.33
HSL346.57º28.51%53.92%-
HSV(B)346.57º39.18%67.06%-
XYZ25.0719.8919.97-
YUV125.74124.2160.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.40%
GREEN value IS 104 (41.02% from 255) = 26.40%
BLUE value IS 119 (46.88% from 255) = 30.20%
R=43.40%
G=26.40%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110411900.390.300.33346.5728.5153.92
HexAB68770271E2115b1d36
Octal25315016704736415333566
Binary101010111101000111011101001111111010000110101101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6877; }

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

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

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

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

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

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

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

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