#A2707C

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

Shades of Turkish Rose #A2707C

Tints of Turkish Rose #A2707C

Color information

#A2707C (or 0xA2707C) is unknown color: approx Turkish Rose. HEX triplet: A2, 70 and 7C. RGB value is (162,112,124). Sum of RGB (Red+Green+Blue) = 162+112+124=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 162 - color contains mainly: red. Hex color #A2707C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2707C is #5D8F83. Grayscale: #808080. Windows color (decimal): -6131588 or 8155298. OLE color: 8155298.

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

Color convert

RGB162112124-
CMYK00.310.230.36
HSL345.6º21.19%53.73%-
HSV(B)345.6º30.86%63.53%-
XYZ24.3320.7221.79-
YUV128.32125.56152.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.70%
GREEN value IS 112 (44.14% from 255) = 28.14%
BLUE value IS 124 (48.83% from 255) = 31.16%
R=40.70%
G=28.14%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211212400.310.230.36345.621.1953.73
HexA2707C01F172415a1536
Octal24216017403727445322566
Binary10100010111000011111000111111011110010010101101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2707C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2707C; }

 p { color: rgb(162,112,124); }

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

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

 a { background-color: rgb(162,112,124); }

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

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

 span { border-color: rgb(162,112,124); }

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