#A16169

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

Shades of Turkish Rose #A16169

Tints of Turkish Rose #A16169

Color information

#A16169 (or 0xA16169) is unknown color: approx Turkish Rose. HEX triplet: A1, 61 and 69. RGB value is (161,97,105). Sum of RGB (Red+Green+Blue) = 161+97+105=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 161 - color contains mainly: red. Hex color #A16169 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16169 is #5E9E96. Grayscale: #757575. Windows color (decimal): -6200983 or 6906273. OLE color: 6906273.

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

Color convert

RGB16197105-
CMYK00.400.350.37
HSL352.5º25.4%50.59%-
HSV(B)352.5º39.75%63.14%-
XYZ21.5217.1515.54-
YUV117.05121.2159.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.35%
GREEN value IS 97 (38.28% from 255) = 26.72%
BLUE value IS 105 (41.41% from 255) = 28.93%
R=44.35%
G=26.72%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619710500.400.350.37352.525.450.59
HexA1616902823251601933
Octal24114115105043455403163
Binary1010000111000011101001010100010001110010110110000011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16169; }

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

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

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

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

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

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

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

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