#A66C79

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

Shades of Turkish Rose #A66C79

Tints of Turkish Rose #A66C79

Color information

#A66C79 (or 0xA66C79) is unknown color: approx Turkish Rose. HEX triplet: A6, 6C and 79. RGB value is (166,108,121). Sum of RGB (Red+Green+Blue) = 166+108+121=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 121 (47.66% from 255 or 30.63% from 395); Max value from RGB is 166 - color contains mainly: red. Hex color #A66C79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66C79 is #599386. Grayscale: #7E7E7E. Windows color (decimal): -5870471 or 7957670. OLE color: 7957670.

HSL color Cylindrical-coordinate representation of color #A66C79: hue angle of 346.55º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A66C79 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB166108121-
CMYK00.350.270.35
HSL346.55º24.58%53.73%-
HSV(B)346.55º34.94%65.1%-
XYZ24.5420.2120.7-
YUV126.82124.72155.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.03%
GREEN value IS 108 (42.58% from 255) = 27.34%
BLUE value IS 121 (47.66% from 255) = 30.63%
R=42.03%
G=27.34%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610812100.350.270.35346.5524.5853.73
HexA66C790231B2315b1936
Octal24615417104333435333166
Binary101001101101100111100101000111101110001110101101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66C79; }

 p { color: rgb(166,108,121); }

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

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

 a { background-color: rgb(166,108,121); }

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

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

 span { border-color: rgb(166,108,121); }

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