#A25059

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

Shades of Hippie Pink #A25059

Tints of Hippie Pink #A25059

Color information

#A25059 (or 0xA25059) is unknown color: approx Hippie Pink. HEX triplet: A2, 50 and 59. RGB value is (162,80,89). Sum of RGB (Red+Green+Blue) = 162+80+89=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 89 (35.16% from 255 or 26.89% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A25059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25059 is #5DAFA6. Grayscale: #696969. Windows color (decimal): -6139815 or 5853346. OLE color: 5853346.

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

Color convert

RGB1628089-
CMYK00.510.450.36
HSL353.41º33.88%47.45%-
HSV(B)353.41º50.62%63.53%-
XYZ19.5714.1411.15-
YUV105.54118.67168.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.94%
GREEN value IS 80 (31.64% from 255) = 24.17%
BLUE value IS 89 (35.16% from 255) = 26.89%
R=48.94%
G=24.17%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162808900.510.450.36353.4133.8847.45
HexA250590332D24161222f
Octal24212013106355445414257
Binary10100010101000010110010110011101101100100101100001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25059; }

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

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

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

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

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

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

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

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