#AC8687

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

Shades of Turkish Rose #AC8687

Tints of Turkish Rose #AC8687

Color information

#AC8687 (or 0xAC8687) is unknown color: approx Turkish Rose. HEX triplet: AC, 86 and 87. RGB value is (172,134,135). Sum of RGB (Red+Green+Blue) = 172+134+135=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 135 (53.12% from 255 or 30.61% from 441); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8687 is #537978. Grayscale: #919191. Windows color (decimal): -5470585 or 8881836. OLE color: 8881836.

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

Color convert

RGB172134135-
CMYK00.220.220.33
HSL358.42º18.63%60%-
HSV(B)358.42º22.09%67.45%-
XYZ29.9127.5726.67-
YUV145.48122.09146.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.00%
GREEN value IS 134 (52.73% from 255) = 30.39%
BLUE value IS 135 (53.12% from 255) = 30.61%
R=39.00%
G=30.39%
B=30.61%

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
Decimal17213413500.220.220.33358.4218.6360
HexAC86870161621166133c
Octal25420620702626415462374
Binary1010110010000110100001110101101011010000110110011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8687; }

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

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

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

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

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

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

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

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