#A66C76

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

Shades of Turkish Rose #A66C76

Tints of Turkish Rose #A66C76

Color information

#A66C76 (or 0xA66C76) is unknown color: approx Turkish Rose. HEX triplet: A6, 6C and 76. RGB value is (166,108,118). Sum of RGB (Red+Green+Blue) = 166+108+118=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 108 (42.58% from 255 or 27.55% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 166 - color contains mainly: red. Hex color #A66C76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66C76 is #599389. Grayscale: #7E7E7E. Windows color (decimal): -5870474 or 7761062. OLE color: 7761062.

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

Color convert

RGB166108118-
CMYK00.350.290.35
HSL349.66º24.58%53.73%-
HSV(B)349.66º34.94%65.1%-
XYZ24.3620.1419.74-
YUV126.48123.22156.19-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.35%
GREEN value IS 108 (42.58% from 255) = 27.55%
BLUE value IS 118 (46.48% from 255) = 30.10%
R=42.35%
G=27.55%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610811800.350.290.35349.6624.5853.73
HexA66C760231D2315e1936
Octal24615416604335435363166
Binary101001101101100111011001000111110110001110101111011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66C76; }

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

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

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

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

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

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

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

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