#A25860

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

Shades of Hippie Pink #A25860

Tints of Hippie Pink #A25860

Color information

#A25860 (or 0xA25860) is unknown color: approx Hippie Pink. HEX triplet: A2, 58 and 60. RGB value is (162,88,96). Sum of RGB (Red+Green+Blue) = 162+88+96=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A25860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25860 is #5DA79F. Grayscale: #6F6F6F. Windows color (decimal): -6137760 or 6314146. OLE color: 6314146.

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

Color convert

RGB1628896-
CMYK00.460.410.36
HSL353.51º29.6%49.02%-
HSV(B)353.51º45.68%63.53%-
XYZ20.515.5112.98-
YUV111.04119.52164.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.82%
GREEN value IS 88 (34.77% from 255) = 25.43%
BLUE value IS 96 (37.89% from 255) = 27.75%
R=46.82%
G=25.43%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162889600.460.410.36353.5129.649.02
HexA2586002E29241621e31
Octal24213014005651445423661
Binary1010001010110001100000010111010100110010010110001011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25860; }

 p { color: rgb(162,88,96); }

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

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

 a { background-color: rgb(162,88,96); }

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

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

 span { border-color: rgb(162,88,96); }

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