#A66271

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

Shades of Turkish Rose #A66271

Tints of Turkish Rose #A66271

Color information

#A66271 (or 0xA66271) is unknown color: approx Turkish Rose. HEX triplet: A6, 62 and 71. RGB value is (166,98,113). Sum of RGB (Red+Green+Blue) = 166+98+113=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A66271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66271 is #599D8E. Grayscale: #787878. Windows color (decimal): -5873039 or 7430822. OLE color: 7430822.

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

Color convert

RGB16698113-
CMYK00.410.320.35
HSL346.76º27.64%51.76%-
HSV(B)346.76º40.96%65.1%-
XYZ23.0718.0317.89-
YUV120.04124.03160.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.03%
GREEN value IS 98 (38.67% from 255) = 25.99%
BLUE value IS 113 (44.53% from 255) = 29.97%
R=44.03%
G=25.99%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669811300.410.320.35346.7627.6451.76
HexA66271029202315b1c34
Octal24614216105140435333464
Binary1010011011000101110001010100110000010001110101101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66271; }

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

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

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

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

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

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

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

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