#A2515F

Color #A2515F Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #A2515F

Tints of Hippie Pink #A2515F

Color information

#A2515F (or 0xA2515F) is unknown color: approx Hippie Pink. HEX triplet: A2, 51 and 5F. RGB value is (162,81,95). Sum of RGB (Red+Green+Blue) = 162+81+95=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A2515F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2515F is #5DAEA0. Grayscale: #6A6A6A. Windows color (decimal): -6139553 or 6246818. OLE color: 6246818.

HSL color Cylindrical-coordinate representation of color #A2515F: hue angle of 349.63º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A2515F is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB1628195-
CMYK00.500.410.36
HSL349.63º33.33%47.65%-
HSV(B)349.63º50%63.53%-
XYZ19.9114.3912.56-
YUV106.81121.34167.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.93%
GREEN value IS 81 (32.03% from 255) = 23.96%
BLUE value IS 95 (37.5% from 255) = 28.11%
R=47.93%
G=23.96%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162819500.500.410.36349.6333.3347.65
HexA2515F032292415e2130
Octal24212113706251445364160
Binary10100010101000110111110110010101001100100101011110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2515F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2515F; }

 p { color: rgb(162,81,95); }

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

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

 a { background-color: rgb(162,81,95); }

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

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

 span { border-color: rgb(162,81,95); }

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