#A2495D

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

Shades of Hippie Pink #A2495D

Tints of Hippie Pink #A2495D

Color information

#A2495D (or 0xA2495D) is unknown color: approx Hippie Pink. HEX triplet: A2, 49 and 5D. RGB value is (162,73,93). Sum of RGB (Red+Green+Blue) = 162+73+93=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A2495D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2495D is #5DB6A2. Grayscale: #656565. Windows color (decimal): -6141603 or 6113698. OLE color: 6113698.

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

Color convert

RGB1627393-
CMYK00.550.430.36
HSL346.52º37.87%46.08%-
HSV(B)346.52º54.94%63.53%-
XYZ19.2613.2411.9-
YUV101.89122.99170.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.39%
GREEN value IS 73 (28.91% from 255) = 22.26%
BLUE value IS 93 (36.72% from 255) = 28.35%
R=49.39%
G=22.26%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162739300.550.430.36346.5237.8746.08
HexA2495D0372B2415b262e
Octal24211113506753445334656
Binary10100010100100110111010110111101011100100101011011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2495D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2495D; }

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

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

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

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

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

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

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

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