#A1465A

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

Shades of Hippie Pink #A1465A

Tints of Hippie Pink #A1465A

Color information

#A1465A (or 0xA1465A) is unknown color: approx Hippie Pink. HEX triplet: A1, 46 and 5A. RGB value is (161,70,90). Sum of RGB (Red+Green+Blue) = 161+70+90=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A1465A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1465A is #5EB9A5. Grayscale: #636363. Windows color (decimal): -6207910 or 5916321. OLE color: 5916321.

HSL color Cylindrical-coordinate representation of color #A1465A: hue angle of 346.81º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A1465A is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.37.

Color convert

RGB1617090-
CMYK00.570.440.37
HSL346.81º39.39%45.29%-
HSV(B)346.81º56.52%63.14%-
XYZ18.7312.711.14-
YUV99.49122.65171.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.16%
GREEN value IS 70 (27.73% from 255) = 21.81%
BLUE value IS 90 (35.55% from 255) = 28.04%
R=50.16%
G=21.81%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.44
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161709000.570.440.37346.8139.3945.29
HexA1465A0392C2515b272d
Octal24110613207154455334755
Binary10100001100011010110100111001101100100101101011011100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1465A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1465A; }

 p { color: rgb(161,70,90); }

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

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

 a { background-color: rgb(161,70,90); }

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

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

 span { border-color: rgb(161,70,90); }

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