#A25B5D

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

Shades of Hippie Pink #A25B5D

Tints of Hippie Pink #A25B5D

Color information

#A25B5D (or 0xA25B5D) is unknown color: approx Hippie Pink. HEX triplet: A2, 5B and 5D. RGB value is (162,91,93). Sum of RGB (Red+Green+Blue) = 162+91+93=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25B5D is #5DA4A2. Grayscale: #707070. Windows color (decimal): -6136995 or 6118306. OLE color: 6118306.

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

Color convert

RGB1629193-
CMYK00.440.430.36
HSL358.31º28.06%49.61%-
HSV(B)358.31º43.83%63.53%-
XYZ20.6215.9512.35-
YUV112.46117.02163.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.82%
GREEN value IS 91 (35.94% from 255) = 26.30%
BLUE value IS 93 (36.72% from 255) = 26.88%
R=46.82%
G=26.30%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162919300.440.430.36358.3128.0649.61
HexA25B5D02C2B241661c32
Octal24213313505453445463462
Binary1010001010110111011101010110010101110010010110011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25B5D; }

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

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

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

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

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

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

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

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