#A25457

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

Shades of Hippie Pink #A25457

Tints of Hippie Pink #A25457

Color information

#A25457 (or 0xA25457) is unknown color: approx Hippie Pink. HEX triplet: A2, 54 and 57. RGB value is (162,84,87). Sum of RGB (Red+Green+Blue) = 162+84+87=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 87 (34.38% from 255 or 26.13% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A25457 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25457 is #5DABA8. Grayscale: #6B6B6B. Windows color (decimal): -6138793 or 5723298. OLE color: 5723298.

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

Color convert

RGB1628487-
CMYK00.480.460.36
HSL357.69º31.71%48.24%-
HSV(B)357.69º48.15%63.53%-
XYZ19.7914.7110.81-
YUV107.66116.34166.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.65%
GREEN value IS 84 (33.20% from 255) = 25.23%
BLUE value IS 87 (34.38% from 255) = 26.13%
R=48.65%
G=25.23%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162848700.480.460.36357.6931.7148.24
HexA254570302E241662030
Octal24212412706056445464060
Binary10100010101010010101110110000101110100100101100110100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25457; }

 p { color: rgb(162,84,87); }

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

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

 a { background-color: rgb(162,84,87); }

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

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

 span { border-color: rgb(162,84,87); }

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