#A16166

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

Shades of Turkish Rose #A16166

Tints of Turkish Rose #A16166

Color information

#A16166 (or 0xA16166) is unknown color: approx Turkish Rose. HEX triplet: A1, 61 and 66. RGB value is (161,97,102). Sum of RGB (Red+Green+Blue) = 161+97+102=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A16166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16166 is #5E9E99. Grayscale: #747474. Windows color (decimal): -6200986 or 6709665. OLE color: 6709665.

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

Color convert

RGB16197102-
CMYK00.400.370.37
HSL355.31º25.4%50.59%-
HSV(B)355.31º39.75%63.14%-
XYZ21.3717.0914.74-
YUV116.71119.7159.59-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.72%
GREEN value IS 97 (38.28% from 255) = 26.94%
BLUE value IS 102 (40.23% from 255) = 28.33%
R=44.72%
G=26.94%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619710200.400.370.37355.3125.450.59
HexA1616602825251631933
Octal24114114605045455433163
Binary1010000111000011100110010100010010110010110110001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16166; }

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

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

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

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

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

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

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

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