#AB8587

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

Shades of Turkish Rose #AB8587

Tints of Turkish Rose #AB8587

Color information

#AB8587 (or 0xAB8587) is unknown color: approx Turkish Rose. HEX triplet: AB, 85 and 87. RGB value is (171,133,135). Sum of RGB (Red+Green+Blue) = 171+133+135=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 135 (53.12% from 255 or 30.75% from 439); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8587 is #547A78. Grayscale: #909090. Windows color (decimal): -5536377 or 8881579. OLE color: 8881579.

HSL color Cylindrical-coordinate representation of color #AB8587: hue angle of 356.84º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AB8587 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB171133135-
CMYK00.220.210.33
HSL356.84º18.45%59.61%-
HSV(B)356.84º22.22%67.06%-
XYZ29.5627.1826.61-
YUV144.59122.59146.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.95%
GREEN value IS 133 (52.34% from 255) = 30.30%
BLUE value IS 135 (53.12% from 255) = 30.75%
R=38.95%
G=30.30%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113313500.220.210.33356.8418.4559.61
HexAB85870161521165123c
Octal25320520702625415452274
Binary1010101110000101100001110101101010110000110110010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8587; }

 p { color: rgb(171,133,135); }

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

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

 a { background-color: rgb(171,133,135); }

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

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

 span { border-color: rgb(171,133,135); }

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