#A2747F

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

Shades of Turkish Rose #A2747F

Tints of Turkish Rose #A2747F

Color information

#A2747F (or 0xA2747F) is unknown color: approx Turkish Rose. HEX triplet: A2, 74 and 7F. RGB value is (162,116,127). Sum of RGB (Red+Green+Blue) = 162+116+127=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 162 - color contains mainly: red. Hex color #A2747F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2747F is #5D8B80. Grayscale: #838383. Windows color (decimal): -6130561 or 8352930. OLE color: 8352930.

HSL color Cylindrical-coordinate representation of color #A2747F: hue angle of 345.65º degrees, saturation: 0.2, 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 #A2747F is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB162116127-
CMYK00.280.220.36
HSL345.65º19.83%54.51%-
HSV(B)345.65º28.4%63.53%-
XYZ24.9821.722.95-
YUV131.01125.74150.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40%
GREEN value IS 116 (45.70% from 255) = 28.64%
BLUE value IS 127 (50% from 255) = 31.36%
R=40%
G=28.64%
B=31.36%

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
Decimal16211612700.280.220.36345.6519.8354.51
HexA2747F01C162415a1437
Octal24216417703426445322467
Binary10100010111010011111110111001011010010010101101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2747F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2747F; }

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

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

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

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

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

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

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

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