#AC686E

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

Shades of Turkish Rose #AC686E

Tints of Turkish Rose #AC686E

Color information

#AC686E (or 0xAC686E) is unknown color: approx Turkish Rose. HEX triplet: AC, 68 and 6E. RGB value is (172,104,110). Sum of RGB (Red+Green+Blue) = 172+104+110=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC686E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC686E is #539791. Grayscale: #7D7D7D. Windows color (decimal): -5478290 or 7235756. OLE color: 7235756.

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

Color convert

RGB172104110-
CMYK00.400.360.33
HSL354.71º29.06%54.12%-
HSV(B)354.71º39.53%67.45%-
XYZ24.7819.817.27-
YUV125.02119.53161.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.56%
GREEN value IS 104 (41.02% from 255) = 26.94%
BLUE value IS 110 (43.36% from 255) = 28.50%
R=44.56%
G=26.94%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210411000.400.360.33354.7129.0654.12
HexAC686E02824211631d36
Octal25415015605044415433566
Binary1010110011010001101110010100010010010000110110001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC686E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC686E; }

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

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

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

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

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

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

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

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