#A16774

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

Shades of Turkish Rose #A16774

Tints of Turkish Rose #A16774

Color information

#A16774 (or 0xA16774) is unknown color: approx Turkish Rose. HEX triplet: A1, 67 and 74. RGB value is (161,103,116). Sum of RGB (Red+Green+Blue) = 161+103+116=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 103 (40.62% from 255 or 27.11% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 161 - color contains mainly: red. Hex color #A16774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16774 is #5E988B. Grayscale: #797979. Windows color (decimal): -6199436 or 7628705. OLE color: 7628705.

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

Color convert

RGB161103116-
CMYK00.360.280.37
HSL346.55º23.58%51.76%-
HSV(B)346.55º36.02%63.14%-
XYZ22.718.5418.9-
YUV121.82124.72155.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.37%
GREEN value IS 103 (40.62% from 255) = 27.11%
BLUE value IS 116 (45.70% from 255) = 30.53%
R=42.37%
G=27.11%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110311600.360.280.37346.5523.5851.76
HexA167740241C2515b1834
Octal24114716404434455333064
Binary101000011100111111010001001001110010010110101101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16774; }

 p { color: rgb(161,103,116); }

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

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

 a { background-color: rgb(161,103,116); }

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

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

 span { border-color: rgb(161,103,116); }

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