#AB8586

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

Shades of Turkish Rose #AB8586

Tints of Turkish Rose #AB8586

Color information

#AB8586 (or 0xAB8586) is unknown color: approx Turkish Rose. HEX triplet: AB, 85 and 86. RGB value is (171,133,134). Sum of RGB (Red+Green+Blue) = 171+133+134=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 134 (52.73% from 255 or 30.59% from 438); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8586 is #547A79. Grayscale: #909090. Windows color (decimal): -5536378 or 8816043. OLE color: 8816043.

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

Color convert

RGB171133134-
CMYK00.220.220.33
HSL358.42º18.45%59.61%-
HSV(B)358.42º22.22%67.06%-
XYZ29.4927.1526.24-
YUV144.48122.09146.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.04%
GREEN value IS 133 (52.34% from 255) = 30.37%
BLUE value IS 134 (52.73% from 255) = 30.59%
R=39.04%
G=30.37%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113313400.220.220.33358.4218.4559.61
HexAB85860161621166123c
Octal25320520602626415462274
Binary1010101110000101100001100101101011010000110110011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8586; }

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

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

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

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

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

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

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

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