#A16566

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

Shades of Turkish Rose #A16566

Tints of Turkish Rose #A16566

Color information

#A16566 (or 0xA16566) is unknown color: approx Turkish Rose. HEX triplet: A1, 65 and 66. RGB value is (161,101,102). Sum of RGB (Red+Green+Blue) = 161+101+102=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 102 (40.23% from 255 or 28.02% from 364); Max value from RGB is 161 - color contains mainly: red. Hex color #A16566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16566 is #5E9A99. Grayscale: #777777. Windows color (decimal): -6199962 or 6710689. OLE color: 6710689.

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

Color convert

RGB161101102-
CMYK00.370.370.37
HSL359º24.19%51.37%-
HSV(B)359º37.27%63.14%-
XYZ21.7517.8414.87-
YUV119.05118.38157.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.23%
GREEN value IS 101 (39.84% from 255) = 27.75%
BLUE value IS 102 (40.23% from 255) = 28.02%
R=44.23%
G=27.75%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110110200.370.370.3735924.1951.37
HexA1656602525251671833
Octal24114514604545455473063
Binary1010000111001011100110010010110010110010110110011111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16566; }

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

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

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

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

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

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

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

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