#A1616F

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

Shades of Turkish Rose #A1616F

Tints of Turkish Rose #A1616F

Color information

#A1616F (or 0xA1616F) is unknown color: approx Turkish Rose. HEX triplet: A1, 61 and 6F. RGB value is (161,97,111). Sum of RGB (Red+Green+Blue) = 161+97+111=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 161 - color contains mainly: red. Hex color #A1616F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1616F is #5E9E90. Grayscale: #757575. Windows color (decimal): -6200977 or 7299489. OLE color: 7299489.

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

Color convert

RGB16197111-
CMYK00.400.310.37
HSL346.88º25.4%50.59%-
HSV(B)346.88º39.75%63.14%-
XYZ21.8417.2717.22-
YUV117.73124.2158.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.63%
GREEN value IS 97 (38.28% from 255) = 26.29%
BLUE value IS 111 (43.75% from 255) = 30.08%
R=43.63%
G=26.29%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619711100.400.310.37346.8825.450.59
HexA1616F0281F2515b1933
Octal24114115705037455333163
Binary101000011100001110111101010001111110010110101101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1616F; }

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

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

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

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

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

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

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

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