#A2515A

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

Shades of Hippie Pink #A2515A

Tints of Hippie Pink #A2515A

Color information

#A2515A (or 0xA2515A) is unknown color: approx Hippie Pink. HEX triplet: A2, 51 and 5A. RGB value is (162,81,90). Sum of RGB (Red+Green+Blue) = 162+81+90=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 81 (32.03% from 255 or 24.32% from 333); Blue value is 90 (35.55% from 255 or 27.03% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A2515A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2515A is #5DAEA5. Grayscale: #6A6A6A. Windows color (decimal): -6139558 or 5919138. OLE color: 5919138.

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

Color convert

RGB1628190-
CMYK00.500.440.36
HSL353.33º33.33%47.65%-
HSV(B)353.33º50%63.53%-
XYZ19.6914.311.4-
YUV106.24118.84167.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.65%
GREEN value IS 81 (32.03% from 255) = 24.32%
BLUE value IS 90 (35.55% from 255) = 27.03%
R=48.65%
G=24.32%
B=27.03%

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
Decimal162819000.500.440.36353.3333.3347.65
HexA2515A0322C241612130
Octal24212113206254445414160
Binary10100010101000110110100110010101100100100101100001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2515A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2515A; }

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

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

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

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

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

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

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

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