#A66778

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

Shades of Turkish Rose #A66778

Tints of Turkish Rose #A66778

Color information

#A66778 (or 0xA66778) is unknown color: approx Turkish Rose. HEX triplet: A6, 67 and 78. RGB value is (166,103,120). Sum of RGB (Red+Green+Blue) = 166+103+120=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 166 - color contains mainly: red. Hex color #A66778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66778 is #599887. Grayscale: #7B7B7B. Windows color (decimal): -5871752 or 7890854. OLE color: 7890854.

HSL color Cylindrical-coordinate representation of color #A66778: hue angle of 343.81º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A66778 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB166103120-
CMYK00.380.280.35
HSL343.81º26.14%52.75%-
HSV(B)343.81º37.95%65.1%-
XYZ23.9719.1620.21-
YUV123.78125.87158.12-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.67%
GREEN value IS 103 (40.62% from 255) = 26.48%
BLUE value IS 120 (47.27% from 255) = 30.85%
R=42.67%
G=26.48%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610312000.380.280.35343.8126.1452.75
HexA667780261C231581a35
Octal24614717004634435303265
Binary101001101100111111100001001101110010001110101100011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66778; }

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

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

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

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

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

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

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

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