#A2717B

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

Shades of Turkish Rose #A2717B

Tints of Turkish Rose #A2717B

Color information

#A2717B (or 0xA2717B) is unknown color: approx Turkish Rose. HEX triplet: A2, 71 and 7B. RGB value is (162,113,123). Sum of RGB (Red+Green+Blue) = 162+113+123=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 162 - color contains mainly: red. Hex color #A2717B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2717B is #5D8E84. Grayscale: #808080. Windows color (decimal): -6131333 or 8090018. OLE color: 8090018.

HSL color Cylindrical-coordinate representation of color #A2717B: hue angle of 347.76º 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 #A2717B is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB162113123-
CMYK00.300.240.36
HSL347.76º20.85%53.92%-
HSV(B)347.76º30.25%63.53%-
XYZ24.3820.9221.49-
YUV128.79124.73151.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.70%
GREEN value IS 113 (44.53% from 255) = 28.39%
BLUE value IS 123 (48.44% from 255) = 30.90%
R=40.70%
G=28.39%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211312300.300.240.36347.7620.8553.92
HexA2717B01E182415c1536
Octal24216117303630445342566
Binary10100010111000111110110111101100010010010101110010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2717B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2717B; }

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

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

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

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

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

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

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

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