#A16164

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

Shades of Turkish Rose #A16164

Tints of Turkish Rose #A16164

Color information

#A16164 (or 0xA16164) is unknown color: approx Turkish Rose. HEX triplet: A1, 61 and 64. RGB value is (161,97,100). Sum of RGB (Red+Green+Blue) = 161+97+100=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A16164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16164 is #5E9E9B. Grayscale: #747474. Windows color (decimal): -6200988 or 6578593. OLE color: 6578593.

HSL color Cylindrical-coordinate representation of color #A16164: hue angle of 357.19º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A16164 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB16197100-
CMYK00.400.380.37
HSL357.19º25.4%50.59%-
HSV(B)357.19º39.75%63.14%-
XYZ21.2717.0514.23-
YUV116.48118.7159.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.97%
GREEN value IS 97 (38.28% from 255) = 27.09%
BLUE value IS 100 (39.45% from 255) = 27.93%
R=44.97%
G=27.09%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619710000.400.380.37357.1925.450.59
HexA1616402826251651933
Octal24114114405046455453163
Binary1010000111000011100100010100010011010010110110010111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16164; }

 p { color: rgb(161,97,100); }

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

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

 a { background-color: rgb(161,97,100); }

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

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

 span { border-color: rgb(161,97,100); }

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