#A66779

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

Shades of Turkish Rose #A66779

Tints of Turkish Rose #A66779

Color information

#A66779 (or 0xA66779) is unknown color: approx Turkish Rose. HEX triplet: A6, 67 and 79. RGB value is (166,103,121). Sum of RGB (Red+Green+Blue) = 166+103+121=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 166 - color contains mainly: red. Hex color #A66779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66779 is #599886. Grayscale: #7B7B7B. Windows color (decimal): -5871751 or 7956390. OLE color: 7956390.

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

Color convert

RGB166103121-
CMYK00.380.270.35
HSL342.86º26.14%52.75%-
HSV(B)342.86º37.95%65.1%-
XYZ24.0319.1920.53-
YUV123.89126.37158.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.56%
GREEN value IS 103 (40.62% from 255) = 26.41%
BLUE value IS 121 (47.66% from 255) = 31.03%
R=42.56%
G=26.41%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610312100.380.270.35342.8626.1452.75
HexA667790261B231571a35
Octal24614717104633435273265
Binary101001101100111111100101001101101110001110101011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66779; }

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

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

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

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

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

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

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

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