#A25C5E

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

Shades of Hippie Pink #A25C5E

Tints of Hippie Pink #A25C5E

Color information

#A25C5E (or 0xA25C5E) is unknown color: approx Hippie Pink. HEX triplet: A2, 5C and 5E. RGB value is (162,92,94). Sum of RGB (Red+Green+Blue) = 162+92+94=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25C5E is #5DA3A1. Grayscale: #717171. Windows color (decimal): -6136738 or 6184098. OLE color: 6184098.

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

Color convert

RGB1629294-
CMYK00.430.420.36
HSL358.29º27.56%49.8%-
HSV(B)358.29º43.21%63.53%-
XYZ20.7516.1412.61-
YUV113.16117.19162.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.55%
GREEN value IS 92 (36.33% from 255) = 26.44%
BLUE value IS 94 (37.11% from 255) = 27.01%
R=46.55%
G=26.44%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162929400.430.420.36358.2927.5649.8
HexA25C5E02B2A241661c32
Octal24213413605352445463462
Binary1010001010111001011110010101110101010010010110011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25C5E; }

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

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

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

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

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

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

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

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