#A25455

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

Shades of Hippie Pink #A25455

Tints of Hippie Pink #A25455

Color information

#A25455 (or 0xA25455) is unknown color: approx Hippie Pink. HEX triplet: A2, 54 and 55. RGB value is (162,84,85). Sum of RGB (Red+Green+Blue) = 162+84+85=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A25455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25455 is #5DABAA. Grayscale: #6B6B6B. Windows color (decimal): -6138795 or 5592226. OLE color: 5592226.

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

Color convert

RGB1628485-
CMYK00.480.480.36
HSL359.23º31.71%48.24%-
HSV(B)359.23º48.15%63.53%-
XYZ19.7114.6810.39-
YUV107.44115.34166.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.94%
GREEN value IS 84 (33.20% from 255) = 25.38%
BLUE value IS 85 (33.59% from 255) = 25.68%
R=48.94%
G=25.38%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162848500.480.480.36359.2331.7148.24
HexA2545503030241672030
Octal24212412506060445474060
Binary10100010101010010101010110000110000100100101100111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25455; }

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

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

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

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

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

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

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

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