#AC666B

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

Shades of Turkish Rose #AC666B

Tints of Turkish Rose #AC666B

Color information

#AC666B (or 0xAC666B) is unknown color: approx Turkish Rose. HEX triplet: AC, 66 and 6B. RGB value is (172,102,107). Sum of RGB (Red+Green+Blue) = 172+102+107=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC666B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC666B is #539994. Grayscale: #7B7B7B. Windows color (decimal): -5478805 or 7038636. OLE color: 7038636.

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

Color convert

RGB172102107-
CMYK00.410.380.33
HSL355.71º29.66%53.73%-
HSV(B)355.71º40.7%67.45%-
XYZ24.4219.3316.35-
YUV123.5118.69162.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.14%
GREEN value IS 102 (40.23% from 255) = 26.77%
BLUE value IS 107 (42.19% from 255) = 28.08%
R=45.14%
G=26.77%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210210700.410.380.33355.7129.6653.73
HexAC666B02926211641e36
Octal25414615305146415443666
Binary1010110011001101101011010100110011010000110110010011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC666B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC666B; }

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

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

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

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

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

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

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

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