#A16771

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

Shades of Turkish Rose #A16771

Tints of Turkish Rose #A16771

Color information

#A16771 (or 0xA16771) is unknown color: approx Turkish Rose. HEX triplet: A1, 67 and 71. RGB value is (161,103,113). Sum of RGB (Red+Green+Blue) = 161+103+113=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 161 - color contains mainly: red. Hex color #A16771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16771 is #5E988E. Grayscale: #797979. Windows color (decimal): -6199439 or 7432097. OLE color: 7432097.

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

Color convert

RGB161103113-
CMYK00.360.300.37
HSL349.66º23.58%51.76%-
HSV(B)349.66º36.02%63.14%-
XYZ22.5318.4718-
YUV121.48123.22156.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.71%
GREEN value IS 103 (40.62% from 255) = 27.32%
BLUE value IS 113 (44.53% from 255) = 29.97%
R=42.71%
G=27.32%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110311300.360.300.37349.6623.5851.76
HexA167710241E2515e1834
Octal24114716104436455363064
Binary101000011100111111000101001001111010010110101111011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16771; }

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

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

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

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

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

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

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

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