#A2485D

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

Shades of Hippie Pink #A2485D

Tints of Hippie Pink #A2485D

Color information

#A2485D (or 0xA2485D) is unknown color: approx Hippie Pink. HEX triplet: A2, 48 and 5D. RGB value is (162,72,93). Sum of RGB (Red+Green+Blue) = 162+72+93=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A2485D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2485D is #5DB7A2. Grayscale: #656565. Windows color (decimal): -6141859 or 6113442. OLE color: 6113442.

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

Color convert

RGB1627293-
CMYK00.560.430.36
HSL346º38.46%45.88%-
HSV(B)346º55.56%63.53%-
XYZ19.1913.1111.87-
YUV101.3123.32171.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.54%
GREEN value IS 72 (28.52% from 255) = 22.02%
BLUE value IS 93 (36.72% from 255) = 28.44%
R=49.54%
G=22.02%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162729300.560.430.3634638.4645.88
HexA2485D0382B2415a262e
Octal24211013507053445324656
Binary10100010100100010111010111000101011100100101011010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2485D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2485D; }

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

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

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

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

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

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

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

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