#A66277

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

Shades of Turkish Rose #A66277

Tints of Turkish Rose #A66277

Color information

#A66277 (or 0xA66277) is unknown color: approx Turkish Rose. HEX triplet: A6, 62 and 77. RGB value is (166,98,119). Sum of RGB (Red+Green+Blue) = 166+98+119=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 98 (38.67% from 255 or 25.59% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 166 - color contains mainly: red. Hex color #A66277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66277 is #599D88. Grayscale: #787878. Windows color (decimal): -5873033 or 7824038. OLE color: 7824038.

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

Color convert

RGB16698119-
CMYK00.410.280.35
HSL341.47º27.64%51.76%-
HSV(B)341.47º40.96%65.1%-
XYZ23.4218.1719.73-
YUV120.73127.03160.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.34%
GREEN value IS 98 (38.67% from 255) = 25.59%
BLUE value IS 119 (46.88% from 255) = 31.07%
R=43.34%
G=25.59%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669811900.410.280.35341.4727.6451.76
HexA662770291C231551c34
Octal24614216705134435253464
Binary101001101100010111011101010011110010001110101010111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66277; }

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

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

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

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

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

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

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

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