#A2525D

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

Shades of Hippie Pink #A2525D

Tints of Hippie Pink #A2525D

Color information

#A2525D (or 0xA2525D) is unknown color: approx Hippie Pink. HEX triplet: A2, 52 and 5D. RGB value is (162,82,93). Sum of RGB (Red+Green+Blue) = 162+82+93=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A2525D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2525D is #5DADA2. Grayscale: #6B6B6B. Windows color (decimal): -6139299 or 6116002. OLE color: 6116002.

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

Color convert

RGB1628293-
CMYK00.490.430.36
HSL351.75º32.79%47.84%-
HSV(B)351.75º49.38%63.53%-
XYZ19.8914.5112.11-
YUV107.17120167.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.07%
GREEN value IS 82 (32.42% from 255) = 24.33%
BLUE value IS 93 (36.72% from 255) = 27.60%
R=48.07%
G=24.33%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162829300.490.430.36351.7532.7947.84
HexA2525D0312B241602130
Octal24212213506153445404160
Binary10100010101001010111010110001101011100100101100000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2525D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2525D; }

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

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

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

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

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

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

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

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