#A2515C

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

Shades of Hippie Pink #A2515C

Tints of Hippie Pink #A2515C

Color information

#A2515C (or 0xA2515C) is unknown color: approx Hippie Pink. HEX triplet: A2, 51 and 5C. RGB value is (162,81,92). Sum of RGB (Red+Green+Blue) = 162+81+92=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A2515C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2515C is #5DAEA3. Grayscale: #6A6A6A. Windows color (decimal): -6139556 or 6050210. OLE color: 6050210.

HSL color Cylindrical-coordinate representation of color #A2515C: hue angle of 351.85º 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 #A2515C is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB1628192-
CMYK00.500.430.36
HSL351.85º33.33%47.65%-
HSV(B)351.85º50%63.53%-
XYZ19.7714.3411.85-
YUV106.47119.84167.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.36%
GREEN value IS 81 (32.03% from 255) = 24.18%
BLUE value IS 92 (36.33% from 255) = 27.46%
R=48.36%
G=24.18%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162819200.500.430.36351.8533.3347.65
HexA2515C0322B241602130
Octal24212113406253445404160
Binary10100010101000110111000110010101011100100101100000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2515C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2515C; }

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

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

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

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

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

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

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

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