#AB6876

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

Shades of Turkish Rose #AB6876

Tints of Turkish Rose #AB6876

Color information

#AB6876 (or 0xAB6876) is unknown color: approx Turkish Rose. HEX triplet: AB, 68 and 76. RGB value is (171,104,118). Sum of RGB (Red+Green+Blue) = 171+104+118=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6876 is #549789. Grayscale: #7D7D7D. Windows color (decimal): -5543818 or 7760043. OLE color: 7760043.

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

Color convert

RGB171104118-
CMYK00.390.310.33
HSL347.46º28.51%53.92%-
HSV(B)347.46º39.18%67.06%-
XYZ25.0119.8719.66-
YUV125.63123.7160.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.51%
GREEN value IS 104 (41.02% from 255) = 26.46%
BLUE value IS 118 (46.48% from 255) = 30.03%
R=43.51%
G=26.46%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110411800.390.310.33347.4628.5153.92
HexAB68760271F2115b1d36
Octal25315016604737415333566
Binary101010111101000111011001001111111110000110101101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6876; }

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

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

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

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

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

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

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

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