#A66677

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

Shades of Turkish Rose #A66677

Tints of Turkish Rose #A66677

Color information

#A66677 (or 0xA66677) is unknown color: approx Turkish Rose. HEX triplet: A6, 66 and 77. RGB value is (166,102,119). Sum of RGB (Red+Green+Blue) = 166+102+119=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 166 - color contains mainly: red. Hex color #A66677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66677 is #599988. Grayscale: #7B7B7B. Windows color (decimal): -5872009 or 7825062. OLE color: 7825062.

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

Color convert

RGB166102119-
CMYK00.390.280.35
HSL344.06º26.45%52.55%-
HSV(B)344.06º38.55%65.1%-
XYZ23.8118.9419.85-
YUV123.07125.7158.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.89%
GREEN value IS 102 (40.23% from 255) = 26.36%
BLUE value IS 119 (46.88% from 255) = 30.75%
R=42.89%
G=26.36%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610211900.390.280.35344.0626.4552.55
HexA666770271C231581a35
Octal24614616704734435303265
Binary101001101100110111011101001111110010001110101100011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66677; }

 p { color: rgb(166,102,119); }

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

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

 a { background-color: rgb(166,102,119); }

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

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

 span { border-color: rgb(166,102,119); }

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