#A2485E

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

Shades of Hippie Pink #A2485E

Tints of Hippie Pink #A2485E

Color information

#A2485E (or 0xA2485E) is unknown color: approx Hippie Pink. HEX triplet: A2, 48 and 5E. RGB value is (162,72,94). Sum of RGB (Red+Green+Blue) = 162+72+94=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A2485E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2485E is #5DB7A1. Grayscale: #656565. Windows color (decimal): -6141858 or 6178978. OLE color: 6178978.

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

Color convert

RGB1627294-
CMYK00.560.420.36
HSL345.33º38.46%45.88%-
HSV(B)345.33º55.56%63.53%-
XYZ19.2413.1212.11-
YUV101.42123.82171.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.39%
GREEN value IS 72 (28.52% from 255) = 21.95%
BLUE value IS 94 (37.11% from 255) = 28.66%
R=49.39%
G=21.95%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162729400.560.420.36345.3338.4645.88
HexA2485E0382A24159262e
Octal24211013607052445314656
Binary10100010100100010111100111000101010100100101011001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2485E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2485E; }

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

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

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

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

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

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

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

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