#A25156

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

Shades of Hippie Pink #A25156

Tints of Hippie Pink #A25156

Color information

#A25156 (or 0xA25156) is unknown color: approx Hippie Pink. HEX triplet: A2, 51 and 56. RGB value is (162,81,86). Sum of RGB (Red+Green+Blue) = 162+81+86=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 86 (33.98% from 255 or 26.14% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A25156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25156 is #5DAEA9. Grayscale: #696969. Windows color (decimal): -6139562 or 5656994. OLE color: 5656994.

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

Color convert

RGB1628186-
CMYK00.500.470.36
HSL356.3º33.33%47.65%-
HSV(B)356.3º50%63.53%-
XYZ19.5214.2410.52-
YUV105.79116.84168.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.24%
GREEN value IS 81 (32.03% from 255) = 24.62%
BLUE value IS 86 (33.98% from 255) = 26.14%
R=49.24%
G=24.62%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162818600.500.470.36356.333.3347.65
HexA251560322F241642130
Octal24212112606257445444160
Binary10100010101000110101100110010101111100100101100100100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25156; }

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

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

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

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

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

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

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

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