#A2647A

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

Shades of Turkish Rose #A2647A

Tints of Turkish Rose #A2647A

Color information

#A2647A (or 0xA2647A) is unknown color: approx Turkish Rose. HEX triplet: A2, 64 and 7A. RGB value is (162,100,122). Sum of RGB (Red+Green+Blue) = 162+100+122=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 100 (39.45% from 255 or 26.04% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 162 - color contains mainly: red. Hex color #A2647A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2647A is #5D9B85. Grayscale: #797979. Windows color (decimal): -6134662 or 8021154. OLE color: 8021154.

HSL color Cylindrical-coordinate representation of color #A2647A: hue angle of 338.71º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A2647A is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB162100122-
CMYK00.380.250.36
HSL338.71º25%51.37%-
HSV(B)338.71º38.27%63.53%-
XYZ22.9718.220.71-
YUV121.05128.54157.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.19%
GREEN value IS 100 (39.45% from 255) = 26.04%
BLUE value IS 122 (48.05% from 255) = 31.77%
R=42.19%
G=26.04%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210012200.380.250.36338.712551.37
HexA2647A02619241531933
Octal24214417204631445233163
Binary101000101100100111101001001101100110010010101001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2647A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2647A; }

 p { color: rgb(162,100,122); }

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

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

 a { background-color: rgb(162,100,122); }

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

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

 span { border-color: rgb(162,100,122); }

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