#A66278

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

Shades of Turkish Rose #A66278

Tints of Turkish Rose #A66278

Color information

#A66278 (or 0xA66278) is unknown color: approx Turkish Rose. HEX triplet: A6, 62 and 78. RGB value is (166,98,120). Sum of RGB (Red+Green+Blue) = 166+98+120=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 98 (38.67% from 255 or 25.52% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 166 - color contains mainly: red. Hex color #A66278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66278 is #599D87. Grayscale: #787878. Windows color (decimal): -5873032 or 7889574. OLE color: 7889574.

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

Color convert

RGB16698120-
CMYK00.410.280.35
HSL340.59º27.64%51.76%-
HSV(B)340.59º40.96%65.1%-
XYZ23.4818.220.04-
YUV120.84127.53160.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.23%
GREEN value IS 98 (38.67% from 255) = 25.52%
BLUE value IS 120 (47.27% from 255) = 31.25%
R=43.23%
G=25.52%
B=31.25%

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
Decimal1669812000.410.280.35340.5927.6451.76
HexA662780291C231551c34
Octal24614217005134435253464
Binary101001101100010111100001010011110010001110101010111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66278; }

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

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

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

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

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

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

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

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