#A2757F

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

Shades of Turkish Rose #A2757F

Tints of Turkish Rose #A2757F

Color information

#A2757F (or 0xA2757F) is unknown color: approx Turkish Rose. HEX triplet: A2, 75 and 7F. RGB value is (162,117,127). Sum of RGB (Red+Green+Blue) = 162+117+127=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 162 - color contains mainly: red. Hex color #A2757F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2757F is #5D8A80. Grayscale: #838383. Windows color (decimal): -6130305 or 8353186. OLE color: 8353186.

HSL color Cylindrical-coordinate representation of color #A2757F: hue angle of 346.67º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A2757F is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB162117127-
CMYK00.280.220.36
HSL346.67º19.48%54.71%-
HSV(B)346.67º27.78%63.53%-
XYZ25.0921.9422.99-
YUV131.6125.41149.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.90%
GREEN value IS 117 (46.09% from 255) = 28.82%
BLUE value IS 127 (50% from 255) = 31.28%
R=39.90%
G=28.82%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211712700.280.220.36346.6719.4854.71
HexA2757F01C162415b1337
Octal24216517703426445332367
Binary10100010111010111111110111001011010010010101101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2757F; }

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

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

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

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

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

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

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

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