#A25B5E

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

Shades of Hippie Pink #A25B5E

Tints of Hippie Pink #A25B5E

Color information

#A25B5E (or 0xA25B5E) is unknown color: approx Hippie Pink. HEX triplet: A2, 5B and 5E. RGB value is (162,91,94). Sum of RGB (Red+Green+Blue) = 162+91+94=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25B5E is #5DA4A1. Grayscale: #707070. Windows color (decimal): -6136994 or 6183842. OLE color: 6183842.

HSL color Cylindrical-coordinate representation of color #A25B5E: hue angle of 357.46º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A25B5E is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB1629194-
CMYK00.440.420.36
HSL357.46º28.06%49.61%-
HSV(B)357.46º43.83%63.53%-
XYZ20.6615.9712.58-
YUV112.57117.52163.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.69%
GREEN value IS 91 (35.94% from 255) = 26.22%
BLUE value IS 94 (37.11% from 255) = 27.09%
R=46.69%
G=26.22%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162919400.440.420.36357.4628.0649.61
HexA25B5E02C2A241651c32
Octal24213313605452445453462
Binary1010001010110111011110010110010101010010010110010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25B5E; }

 p { color: rgb(162,91,94); }

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

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

 a { background-color: rgb(162,91,94); }

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

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

 span { border-color: rgb(162,91,94); }

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