#A2717F

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

Shades of Turkish Rose #A2717F

Tints of Turkish Rose #A2717F

Color information

#A2717F (or 0xA2717F) is unknown color: approx Turkish Rose. HEX triplet: A2, 71 and 7F. RGB value is (162,113,127). Sum of RGB (Red+Green+Blue) = 162+113+127=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 162 - color contains mainly: red. Hex color #A2717F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2717F is #5D8E80. Grayscale: #818181. Windows color (decimal): -6131329 or 8352162. OLE color: 8352162.

HSL color Cylindrical-coordinate representation of color #A2717F: hue angle of 342.86º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2717F is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB162113127-
CMYK00.300.220.36
HSL342.86º20.85%53.92%-
HSV(B)342.86º30.25%63.53%-
XYZ24.6421.0222.84-
YUV129.25126.73151.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.30%
GREEN value IS 113 (44.53% from 255) = 28.11%
BLUE value IS 127 (50% from 255) = 31.59%
R=40.30%
G=28.11%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211312700.300.220.36342.8620.8553.92
HexA2717F01E16241571536
Octal24216117703626445272566
Binary10100010111000111111110111101011010010010101011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2717F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2717F; }

 p { color: rgb(162,113,127); }

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

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

 a { background-color: rgb(162,113,127); }

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

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

 span { border-color: rgb(162,113,127); }

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