#A1717B

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

Shades of Turkish Rose #A1717B

Tints of Turkish Rose #A1717B

Color information

#A1717B (or 0xA1717B) is unknown color: approx Turkish Rose. HEX triplet: A1, 71 and 7B. RGB value is (161,113,123). Sum of RGB (Red+Green+Blue) = 161+113+123=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 161 - color contains mainly: red. Hex color #A1717B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1717B is #5E8E84. Grayscale: #808080. Windows color (decimal): -6196869 or 8090017. OLE color: 8090017.

HSL color Cylindrical-coordinate representation of color #A1717B: hue angle of 347.5º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1717B is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB161113123-
CMYK00.300.240.37
HSL347.5º20.34%53.73%-
HSV(B)347.5º29.81%63.14%-
XYZ24.1820.8221.48-
YUV128.49124.9151.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.55%
GREEN value IS 113 (44.53% from 255) = 28.46%
BLUE value IS 123 (48.44% from 255) = 30.98%
R=40.55%
G=28.46%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111312300.300.240.37347.520.3453.73
HexA1717B01E182515c1436
Octal24116117303630455342466
Binary10100001111000111110110111101100010010110101110010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1717B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1717B; }

 p { color: rgb(161,113,123); }

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

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

 a { background-color: rgb(161,113,123); }

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

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

 span { border-color: rgb(161,113,123); }

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