#A66B79

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

Shades of Turkish Rose #A66B79

Tints of Turkish Rose #A66B79

Color information

#A66B79 (or 0xA66B79) is unknown color: approx Turkish Rose. HEX triplet: A6, 6B and 79. RGB value is (166,107,121). Sum of RGB (Red+Green+Blue) = 166+107+121=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66B79 is #599486. Grayscale: #7E7E7E. Windows color (decimal): -5870727 or 7957414. OLE color: 7957414.

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

Color convert

RGB166107121-
CMYK00.360.270.35
HSL345.76º24.89%53.53%-
HSV(B)345.76º35.54%65.1%-
XYZ24.432020.66-
YUV126.24125.05156.36-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.13%
GREEN value IS 107 (42.19% from 255) = 27.16%
BLUE value IS 121 (47.66% from 255) = 30.71%
R=42.13%
G=27.16%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610712100.360.270.35345.7624.8953.53
HexA66B790241B2315a1936
Octal24615317104433435323166
Binary101001101101011111100101001001101110001110101101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66B79; }

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

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

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

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

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

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

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

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