#A2515B

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

Shades of Hippie Pink #A2515B

Tints of Hippie Pink #A2515B

Color information

#A2515B (or 0xA2515B) is unknown color: approx Hippie Pink. HEX triplet: A2, 51 and 5B. RGB value is (162,81,91). Sum of RGB (Red+Green+Blue) = 162+81+91=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A2515B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2515B is #5DAEA4. Grayscale: #6A6A6A. Windows color (decimal): -6139557 or 5984674. OLE color: 5984674.

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

Color convert

RGB1628191-
CMYK00.500.440.36
HSL352.59º33.33%47.65%-
HSV(B)352.59º50%63.53%-
XYZ19.7314.3211.62-
YUV106.36119.34167.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.50%
GREEN value IS 81 (32.03% from 255) = 24.25%
BLUE value IS 91 (35.94% from 255) = 27.25%
R=48.50%
G=24.25%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162819100.500.440.36352.5933.3347.65
HexA2515B0322C241612130
Octal24212113306254445414160
Binary10100010101000110110110110010101100100100101100001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2515B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2515B; }

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

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

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

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

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

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

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

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