#A66272

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

Shades of Turkish Rose #A66272

Tints of Turkish Rose #A66272

Color information

#A66272 (or 0xA66272) is unknown color: approx Turkish Rose. HEX triplet: A6, 62 and 72. RGB value is (166,98,114). Sum of RGB (Red+Green+Blue) = 166+98+114=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 98 (38.67% from 255 or 25.93% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A66272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66272 is #599D8D. Grayscale: #787878. Windows color (decimal): -5873038 or 7496358. OLE color: 7496358.

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

Color convert

RGB16698114-
CMYK00.410.310.35
HSL345.88º27.64%51.76%-
HSV(B)345.88º40.96%65.1%-
XYZ23.1318.0618.19-
YUV120.16124.53160.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.92%
GREEN value IS 98 (38.67% from 255) = 25.93%
BLUE value IS 114 (44.92% from 255) = 30.16%
R=43.92%
G=25.93%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669811400.410.310.35345.8827.6451.76
HexA662720291F2315a1c34
Octal24614216205137435323464
Binary101001101100010111001001010011111110001110101101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66272; }

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

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

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

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

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

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

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

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