#A66177

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

Shades of Turkish Rose #A66177

Tints of Turkish Rose #A66177

Color information

#A66177 (or 0xA66177) is unknown color: approx Turkish Rose. HEX triplet: A6, 61 and 77. RGB value is (166,97,119). Sum of RGB (Red+Green+Blue) = 166+97+119=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A66177 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66177 is #599E88. Grayscale: #787878. Windows color (decimal): -5873289 or 7823782. OLE color: 7823782.

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

Color convert

RGB16697119-
CMYK00.420.280.35
HSL340.87º27.94%51.57%-
HSV(B)340.87º41.57%65.1%-
XYZ23.3317.9919.7-
YUV120.14127.36160.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.46%
GREEN value IS 97 (38.28% from 255) = 25.39%
BLUE value IS 119 (46.88% from 255) = 31.15%
R=43.46%
G=25.39%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669711900.420.280.35340.8727.9451.57
HexA6617702A1C231551c34
Octal24614116705234435253464
Binary101001101100001111011101010101110010001110101010111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66177; }

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

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

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

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

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

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

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

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