#A1495A

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

Shades of Hippie Pink #A1495A

Tints of Hippie Pink #A1495A

Color information

#A1495A (or 0xA1495A) is unknown color: approx Hippie Pink. HEX triplet: A1, 49 and 5A. RGB value is (161,73,90). Sum of RGB (Red+Green+Blue) = 161+73+90=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A1495A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1495A is #5EB6A5. Grayscale: #656565. Windows color (decimal): -6207142 or 5917089. OLE color: 5917089.

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

Color convert

RGB1617390-
CMYK00.550.440.37
HSL348.41º37.61%45.88%-
HSV(B)348.41º54.66%63.14%-
XYZ18.9313.0811.2-
YUV101.25121.65170.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.69%
GREEN value IS 73 (28.91% from 255) = 22.53%
BLUE value IS 90 (35.55% from 255) = 27.78%
R=49.69%
G=22.53%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161739000.550.440.37348.4137.6145.88
HexA1495A0372C2515c262e
Octal24111113206754455344656
Binary10100001100100110110100110111101100100101101011100100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1495A; }

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

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

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

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

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

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

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

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