#A25861

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

Shades of Hippie Pink #A25861

Tints of Hippie Pink #A25861

Color information

#A25861 (or 0xA25861) is unknown color: approx Hippie Pink. HEX triplet: A2, 58 and 61. RGB value is (162,88,97). Sum of RGB (Red+Green+Blue) = 162+88+97=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 97 (38.28% from 255 or 27.95% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A25861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25861 is #5DA79E. Grayscale: #6F6F6F. Windows color (decimal): -6137759 or 6379682. OLE color: 6379682.

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

Color convert

RGB1628897-
CMYK00.460.400.36
HSL352.7º29.6%49.02%-
HSV(B)352.7º45.68%63.53%-
XYZ20.5515.5213.22-
YUV111.15120.02164.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.69%
GREEN value IS 88 (34.77% from 255) = 25.36%
BLUE value IS 97 (38.28% from 255) = 27.95%
R=46.69%
G=25.36%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162889700.460.400.36352.729.649.02
HexA2586102E28241611e31
Octal24213014105650445413661
Binary1010001010110001100001010111010100010010010110000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25861; }

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

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

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

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

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

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

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

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