#A25152

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

Shades of Hippie Pink #A25152

Tints of Hippie Pink #A25152

Color information

#A25152 (or 0xA25152) is unknown color: approx Hippie Pink. HEX triplet: A2, 51 and 52. RGB value is (162,81,82). Sum of RGB (Red+Green+Blue) = 162+81+82=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A25152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25152 is #5DAEAD. Grayscale: #696969. Windows color (decimal): -6139566 or 5394850. OLE color: 5394850.

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

Color convert

RGB1628182-
CMYK00.500.490.36
HSL359.26º33.33%47.65%-
HSV(B)359.26º50%63.53%-
XYZ19.3714.189.7-
YUV105.33114.84168.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.85%
GREEN value IS 81 (32.03% from 255) = 24.92%
BLUE value IS 82 (32.42% from 255) = 25.23%
R=49.85%
G=24.92%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162818200.500.490.36359.2633.3347.65
HexA2515203231241672130
Octal24212112206261445474160
Binary10100010101000110100100110010110001100100101100111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25152; }

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

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

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

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

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

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

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

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