#AC6166

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

Shades of Turkish Rose #AC6166

Tints of Turkish Rose #AC6166

Color information

#AC6166 (or 0xAC6166) is unknown color: approx Turkish Rose. HEX triplet: AC, 61 and 66. RGB value is (172,97,102). Sum of RGB (Red+Green+Blue) = 172+97+102=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6166 is #539E99. Grayscale: #787878. Windows color (decimal): -5480090 or 6709676. OLE color: 6709676.

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

Color convert

RGB17297102-
CMYK00.440.410.33
HSL356º31.12%52.75%-
HSV(B)356º43.6%67.45%-
XYZ23.6918.2814.85-
YUV119.99117.85165.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.36%
GREEN value IS 97 (38.28% from 255) = 26.15%
BLUE value IS 102 (40.23% from 255) = 27.49%
R=46.36%
G=26.15%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729710200.440.410.3335631.1252.75
HexAC616602C29211641f35
Octal25414114605451415443765
Binary1010110011000011100110010110010100110000110110010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6166; }

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

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

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

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

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

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

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

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