#A16579

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

Shades of Turkish Rose #A16579

Tints of Turkish Rose #A16579

Color information

#A16579 (or 0xA16579) is unknown color: approx Turkish Rose. HEX triplet: A1, 65 and 79. RGB value is (161,101,121). Sum of RGB (Red+Green+Blue) = 161+101+121=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 161 - color contains mainly: red. Hex color #A16579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16579 is #5E9A86. Grayscale: #797979. Windows color (decimal): -6199943 or 7955873. OLE color: 7955873.

HSL color Cylindrical-coordinate representation of color #A16579: hue angle of 340º 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 #A16579 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB161101121-
CMYK00.370.250.37
HSL340º24.19%51.37%-
HSV(B)340º37.27%63.14%-
XYZ22.818.2620.41-
YUV121.22127.88156.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.04%
GREEN value IS 101 (39.84% from 255) = 26.37%
BLUE value IS 121 (47.66% from 255) = 31.59%
R=42.04%
G=26.37%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110112100.370.250.3734024.1951.37
HexA1657902519251541833
Octal24114517104531455243063
Binary101000011100101111100101001011100110010110101010011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16579; }

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

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

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

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

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

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

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

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