#A1495D

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

Shades of Hippie Pink #A1495D

Tints of Hippie Pink #A1495D

Color information

#A1495D (or 0xA1495D) is unknown color: approx Hippie Pink. HEX triplet: A1, 49 and 5D. RGB value is (161,73,93). Sum of RGB (Red+Green+Blue) = 161+73+93=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A1495D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1495D is #5EB6A2. Grayscale: #656565. Windows color (decimal): -6207139 or 6113697. OLE color: 6113697.

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

Color convert

RGB1617393-
CMYK00.550.420.37
HSL346.36º37.61%45.88%-
HSV(B)346.36º54.66%63.14%-
XYZ19.0613.1311.89-
YUV101.59123.15170.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.24%
GREEN value IS 73 (28.91% from 255) = 22.32%
BLUE value IS 93 (36.72% from 255) = 28.44%
R=49.24%
G=22.32%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161739300.550.420.37346.3637.6145.88
HexA1495D0372A2515a262e
Octal24111113506752455324656
Binary10100001100100110111010110111101010100101101011010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1495D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1495D; }

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

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

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

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

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

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

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

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