#A1616E

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

Shades of Turkish Rose #A1616E

Tints of Turkish Rose #A1616E

Color information

#A1616E (or 0xA1616E) is unknown color: approx Turkish Rose. HEX triplet: A1, 61 and 6E. RGB value is (161,97,110). Sum of RGB (Red+Green+Blue) = 161+97+110=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 161 - color contains mainly: red. Hex color #A1616E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1616E is #5E9E91. Grayscale: #757575. Windows color (decimal): -6200978 or 7233953. OLE color: 7233953.

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

Color convert

RGB16197110-
CMYK00.400.320.37
HSL347.81º25.4%50.59%-
HSV(B)347.81º39.75%63.14%-
XYZ21.7917.2516.93-
YUV117.62123.7158.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.75%
GREEN value IS 97 (38.28% from 255) = 26.36%
BLUE value IS 110 (43.36% from 255) = 29.89%
R=43.75%
G=26.36%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619711000.400.320.37347.8125.450.59
HexA1616E028202515c1933
Octal24114115605040455343163
Binary1010000111000011101110010100010000010010110101110011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1616E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1616E; }

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

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

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

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

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

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

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

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