#AC686D

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

Shades of Turkish Rose #AC686D

Tints of Turkish Rose #AC686D

Color information

#AC686D (or 0xAC686D) is unknown color: approx Turkish Rose. HEX triplet: AC, 68 and 6D. RGB value is (172,104,109). Sum of RGB (Red+Green+Blue) = 172+104+109=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC686D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC686D is #539792. Grayscale: #7C7C7C. Windows color (decimal): -5478291 or 7170220. OLE color: 7170220.

HSL color Cylindrical-coordinate representation of color #AC686D: hue angle of 355.59º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC686D is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB172104109-
CMYK00.400.370.33
HSL355.59º29.06%54.12%-
HSV(B)355.59º39.53%67.45%-
XYZ24.7219.7816.98-
YUV124.9119.03161.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.68%
GREEN value IS 104 (41.02% from 255) = 27.01%
BLUE value IS 109 (42.97% from 255) = 28.31%
R=44.68%
G=27.01%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210410900.400.370.33355.5929.0654.12
HexAC686D02825211641d36
Octal25415015505045415443566
Binary1010110011010001101101010100010010110000110110010011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC686D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC686D; }

 p { color: rgb(172,104,109); }

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

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

 a { background-color: rgb(172,104,109); }

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

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

 span { border-color: rgb(172,104,109); }

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