#A66473

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

Shades of Turkish Rose #A66473

Tints of Turkish Rose #A66473

Color information

#A66473 (or 0xA66473) is unknown color: approx Turkish Rose. HEX triplet: A6, 64 and 73. RGB value is (166,100,115). Sum of RGB (Red+Green+Blue) = 166+100+115=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A66473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66473 is #599B8C. Grayscale: #797979. Windows color (decimal): -5872525 or 7562406. OLE color: 7562406.

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

Color convert

RGB166100115-
CMYK00.400.310.35
HSL346.36º27.05%52.16%-
HSV(B)346.36º39.76%65.1%-
XYZ23.3818.4618.55-
YUV121.44124.37159.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.57%
GREEN value IS 100 (39.45% from 255) = 26.25%
BLUE value IS 115 (45.31% from 255) = 30.18%
R=43.57%
G=26.25%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610011500.400.310.35346.3627.0552.16
HexA664730281F2315a1b34
Octal24614416305037435323364
Binary101001101100100111001101010001111110001110101101011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66473; }

 p { color: rgb(166,100,115); }

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

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

 a { background-color: rgb(166,100,115); }

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

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

 span { border-color: rgb(166,100,115); }

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