#AC8586

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

Shades of Turkish Rose #AC8586

Tints of Turkish Rose #AC8586

Color information

#AC8586 (or 0xAC8586) is unknown color: approx Turkish Rose. HEX triplet: AC, 85 and 86. RGB value is (172,133,134). Sum of RGB (Red+Green+Blue) = 172+133+134=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 134 (52.73% from 255 or 30.52% from 439); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8586 is #537A79. Grayscale: #909090. Windows color (decimal): -5470842 or 8816044. OLE color: 8816044.

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

Color convert

RGB172133134-
CMYK00.230.220.33
HSL358.46º19.02%59.8%-
HSV(B)358.46º22.67%67.45%-
XYZ29.727.2726.25-
YUV144.78121.92147.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.18%
GREEN value IS 133 (52.34% from 255) = 30.30%
BLUE value IS 134 (52.73% from 255) = 30.52%
R=39.18%
G=30.30%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213313400.230.220.33358.4619.0259.8
HexAC85860171621166133c
Octal25420520602726415462374
Binary1010110010000101100001100101111011010000110110011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8586; }

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

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

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

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

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

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

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

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