#A2525F

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

Shades of Hippie Pink #A2525F

Tints of Hippie Pink #A2525F

Color information

#A2525F (or 0xA2525F) is unknown color: approx Hippie Pink. HEX triplet: A2, 52 and 5F. RGB value is (162,82,95). Sum of RGB (Red+Green+Blue) = 162+82+95=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A2525F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2525F is #5DADA0. Grayscale: #6B6B6B. Windows color (decimal): -6139297 or 6247074. OLE color: 6247074.

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

Color convert

RGB1628295-
CMYK00.490.410.36
HSL350.25º32.79%47.84%-
HSV(B)350.25º49.38%63.53%-
XYZ19.9814.5412.58-
YUV107.4121166.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.79%
GREEN value IS 82 (32.42% from 255) = 24.19%
BLUE value IS 95 (37.5% from 255) = 28.02%
R=47.79%
G=24.19%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162829500.490.410.36350.2532.7947.84
HexA2525F031292415e2130
Octal24212213706151445364160
Binary10100010101001010111110110001101001100100101011110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2525F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2525F; }

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

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

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

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

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

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

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

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