#AC666C

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

Shades of Turkish Rose #AC666C

Tints of Turkish Rose #AC666C

Color information

#AC666C (or 0xAC666C) is unknown color: approx Turkish Rose. HEX triplet: AC, 66 and 6C. RGB value is (172,102,108). Sum of RGB (Red+Green+Blue) = 172+102+108=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC666C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC666C is #539993. Grayscale: #7B7B7B. Windows color (decimal): -5478804 or 7104172. OLE color: 7104172.

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

Color convert

RGB172102108-
CMYK00.410.370.33
HSL354.86º29.66%53.73%-
HSV(B)354.86º40.7%67.45%-
XYZ24.4719.3616.63-
YUV123.61119.19162.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.03%
GREEN value IS 102 (40.23% from 255) = 26.70%
BLUE value IS 108 (42.58% from 255) = 28.27%
R=45.03%
G=26.70%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210210800.410.370.33354.8629.6653.73
HexAC666C02925211631e36
Octal25414615405145415433666
Binary1010110011001101101100010100110010110000110110001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC666C; }

 p { color: rgb(172,102,108); }

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

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

 a { background-color: rgb(172,102,108); }

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

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

 span { border-color: rgb(172,102,108); }

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