#A25055

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

Shades of Hippie Pink #A25055

Tints of Hippie Pink #A25055

Color information

#A25055 (or 0xA25055) is unknown color: approx Hippie Pink. HEX triplet: A2, 50 and 55. RGB value is (162,80,85). Sum of RGB (Red+Green+Blue) = 162+80+85=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 85 (33.59% from 255 or 25.99% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A25055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25055 is #5DAFAA. Grayscale: #696969. Windows color (decimal): -6139819 or 5591202. OLE color: 5591202.

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

Color convert

RGB1628085-
CMYK00.510.480.36
HSL356.34º33.88%47.45%-
HSV(B)356.34º50.62%63.53%-
XYZ19.4114.0710.29-
YUV105.09116.67168.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.54%
GREEN value IS 80 (31.64% from 255) = 24.46%
BLUE value IS 85 (33.59% from 255) = 25.99%
R=49.54%
G=24.46%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162808500.510.480.36356.3433.8847.45
HexA250550333024164222f
Octal24212012506360445444257
Binary10100010101000010101010110011110000100100101100100100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25055; }

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

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

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

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

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

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

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

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