#A16573

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

Shades of Turkish Rose #A16573

Tints of Turkish Rose #A16573

Color information

#A16573 (or 0xA16573) is unknown color: approx Turkish Rose. HEX triplet: A1, 65 and 73. RGB value is (161,101,115). Sum of RGB (Red+Green+Blue) = 161+101+115=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 161 - color contains mainly: red. Hex color #A16573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16573 is #5E9A8C. Grayscale: #787878. Windows color (decimal): -6199949 or 7562657. OLE color: 7562657.

HSL color Cylindrical-coordinate representation of color #A16573: hue angle of 346º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A16573 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB161101115-
CMYK00.370.290.37
HSL346º24.19%51.37%-
HSV(B)346º37.27%63.14%-
XYZ22.4518.1218.53-
YUV120.54124.88156.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.71%
GREEN value IS 101 (39.84% from 255) = 26.79%
BLUE value IS 115 (45.31% from 255) = 30.50%
R=42.71%
G=26.79%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110111500.370.290.3734624.1951.37
HexA165730251D2515a1833
Octal24114516304535455323063
Binary101000011100101111001101001011110110010110101101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16573; }

 p { color: rgb(161,101,115); }

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

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

 a { background-color: rgb(161,101,115); }

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

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

 span { border-color: rgb(161,101,115); }

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