#A2465C

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

Shades of Hippie Pink #A2465C

Tints of Hippie Pink #A2465C

Color information

#A2465C (or 0xA2465C) is unknown color: approx Hippie Pink. HEX triplet: A2, 46 and 5C. RGB value is (162,70,92). Sum of RGB (Red+Green+Blue) = 162+70+92=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A2465C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2465C is #5DB9A3. Grayscale: #646464. Windows color (decimal): -6142372 or 6047394. OLE color: 6047394.

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

Color convert

RGB1627092-
CMYK00.570.430.36
HSL345.65º39.66%45.49%-
HSV(B)345.65º56.79%63.53%-
XYZ19.0212.8311.6-
YUV100.02123.48172.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50%
GREEN value IS 70 (27.73% from 255) = 21.60%
BLUE value IS 92 (36.33% from 255) = 28.40%
R=50%
G=21.60%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162709200.570.430.36345.6539.6645.49
HexA2465C0392B2415a282d
Octal24210613407153445325055
Binary10100010100011010111000111001101011100100101011010101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2465C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2465C; }

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

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

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

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

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

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

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

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