#A66B78

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

Shades of Turkish Rose #A66B78

Tints of Turkish Rose #A66B78

Color information

#A66B78 (or 0xA66B78) is unknown color: approx Turkish Rose. HEX triplet: A6, 6B and 78. RGB value is (166,107,120). Sum of RGB (Red+Green+Blue) = 166+107+120=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66B78 is #599487. Grayscale: #7E7E7E. Windows color (decimal): -5870728 or 7891878. OLE color: 7891878.

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

Color convert

RGB166107120-
CMYK00.360.280.35
HSL346.78º24.89%53.53%-
HSV(B)346.78º35.54%65.1%-
XYZ24.3719.9820.34-
YUV126.12124.55156.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.24%
GREEN value IS 107 (42.19% from 255) = 27.23%
BLUE value IS 120 (47.27% from 255) = 30.53%
R=42.24%
G=27.23%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610712000.360.280.35346.7824.8953.53
HexA66B780241C2315b1936
Octal24615317004434435333166
Binary101001101101011111100001001001110010001110101101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66B78; }

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

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

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

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

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

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

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

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