#A25C5D

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

Shades of Hippie Pink #A25C5D

Tints of Hippie Pink #A25C5D

Color information

#A25C5D (or 0xA25C5D) is unknown color: approx Hippie Pink. HEX triplet: A2, 5C and 5D. RGB value is (162,92,93). Sum of RGB (Red+Green+Blue) = 162+92+93=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25C5D is #5DA3A2. Grayscale: #717171. Windows color (decimal): -6136739 or 6118562. OLE color: 6118562.

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

Color convert

RGB1629293-
CMYK00.430.430.36
HSL359.14º27.56%49.8%-
HSV(B)359.14º43.21%63.53%-
XYZ20.716.1312.38-
YUV113.04116.69162.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.69%
GREEN value IS 92 (36.33% from 255) = 26.51%
BLUE value IS 93 (36.72% from 255) = 26.80%
R=46.69%
G=26.51%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162929300.430.430.36359.1427.5649.8
HexA25C5D02B2B241671c32
Octal24213413505353445473462
Binary1010001010111001011101010101110101110010010110011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25C5D; }

 p { color: rgb(162,92,93); }

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

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

 a { background-color: rgb(162,92,93); }

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

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

 span { border-color: rgb(162,92,93); }

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