#A2485C

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

Shades of Hippie Pink #A2485C

Tints of Hippie Pink #A2485C

Color information

#A2485C (or 0xA2485C) is unknown color: approx Hippie Pink. HEX triplet: A2, 48 and 5C. RGB value is (162,72,92). Sum of RGB (Red+Green+Blue) = 162+72+92=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A2485C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2485C is #5DB7A3. Grayscale: #656565. Windows color (decimal): -6141860 or 6047906. OLE color: 6047906.

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

Color convert

RGB1627292-
CMYK00.560.430.36
HSL346.67º38.46%45.88%-
HSV(B)346.67º55.56%63.53%-
XYZ19.1513.0911.64-
YUV101.19122.82171.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.69%
GREEN value IS 72 (28.52% from 255) = 22.09%
BLUE value IS 92 (36.33% from 255) = 28.22%
R=49.69%
G=22.09%
B=28.22%

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
Decimal162729200.560.430.36346.6738.4645.88
HexA2485C0382B2415b262e
Octal24211013407053445334656
Binary10100010100100010111000111000101011100100101011011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2485C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2485C; }

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

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

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

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

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

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

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

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