#AC696F

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

Shades of Turkish Rose #AC696F

Tints of Turkish Rose #AC696F

Color information

#AC696F (or 0xAC696F) is unknown color: approx Turkish Rose. HEX triplet: AC, 69 and 6F. RGB value is (172,105,111). Sum of RGB (Red+Green+Blue) = 172+105+111=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #AC696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC696F is #539690. Grayscale: #7D7D7D. Windows color (decimal): -5478033 or 7301548. OLE color: 7301548.

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

Color convert

RGB172105111-
CMYK00.390.350.33
HSL354.63º28.76%54.31%-
HSV(B)354.63º38.95%67.45%-
XYZ24.9320.0217.59-
YUV125.72119.7161.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.33%
GREEN value IS 105 (41.41% from 255) = 27.06%
BLUE value IS 111 (43.75% from 255) = 28.61%
R=44.33%
G=27.06%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210511100.390.350.33354.6328.7654.31
HexAC696F02723211631d36
Octal25415115704743415433566
Binary1010110011010011101111010011110001110000110110001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC696F; }

 p { color: rgb(172,105,111); }

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

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

 a { background-color: rgb(172,105,111); }

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

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

 span { border-color: rgb(172,105,111); }

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