#AC666F

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

Shades of Turkish Rose #AC666F

Tints of Turkish Rose #AC666F

Color information

#AC666F (or 0xAC666F) is unknown color: approx Turkish Rose. HEX triplet: AC, 66 and 6F. RGB value is (172,102,111). Sum of RGB (Red+Green+Blue) = 172+102+111=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC666F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC666F is #539990. Grayscale: #7B7B7B. Windows color (decimal): -5478801 or 7300780. OLE color: 7300780.

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

Color convert

RGB172102111-
CMYK00.410.350.33
HSL352.29º29.66%53.73%-
HSV(B)352.29º40.7%67.45%-
XYZ24.6319.4217.49-
YUV123.96120.69162.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.68%
GREEN value IS 102 (40.23% from 255) = 26.49%
BLUE value IS 111 (43.75% from 255) = 28.83%
R=44.68%
G=26.49%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210211100.410.350.33352.2929.6653.73
HexAC666F02923211601e36
Octal25414615705143415403666
Binary1010110011001101101111010100110001110000110110000011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC666F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC666F; }

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

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

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

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

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

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

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

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