#A16577

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

Shades of Turkish Rose #A16577

Tints of Turkish Rose #A16577

Color information

#A16577 (or 0xA16577) is unknown color: approx Turkish Rose. HEX triplet: A1, 65 and 77. RGB value is (161,101,119). Sum of RGB (Red+Green+Blue) = 161+101+119=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 161 - color contains mainly: red. Hex color #A16577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16577 is #5E9A88. Grayscale: #787878. Windows color (decimal): -6199945 or 7824801. OLE color: 7824801.

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

Color convert

RGB161101119-
CMYK00.370.260.37
HSL342º24.19%51.37%-
HSV(B)342º37.27%63.14%-
XYZ22.6818.2219.77-
YUV120.99126.88156.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.26%
GREEN value IS 101 (39.84% from 255) = 26.51%
BLUE value IS 119 (46.88% from 255) = 31.23%
R=42.26%
G=26.51%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110111900.370.260.3734224.1951.37
HexA165770251A251561833
Octal24114516704532455263063
Binary101000011100101111011101001011101010010110101011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16577; }

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

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

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

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

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

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

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

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