#A1495C

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

Shades of Hippie Pink #A1495C

Tints of Hippie Pink #A1495C

Color information

#A1495C (or 0xA1495C) is unknown color: approx Hippie Pink. HEX triplet: A1, 49 and 5C. RGB value is (161,73,92). Sum of RGB (Red+Green+Blue) = 161+73+92=326 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.39% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 161 - color contains mainly: red. Hex color #A1495C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1495C is #5EB6A3. Grayscale: #656565. Windows color (decimal): -6207140 or 6048161. OLE color: 6048161.

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

Color convert

RGB1617392-
CMYK00.550.430.37
HSL347.05º37.61%45.88%-
HSV(B)347.05º54.66%63.14%-
XYZ19.0113.1111.65-
YUV101.48122.65170.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.39%
GREEN value IS 73 (28.91% from 255) = 22.39%
BLUE value IS 92 (36.33% from 255) = 28.22%
R=49.39%
G=22.39%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161739200.550.430.37347.0537.6145.88
HexA1495C0372B2515b262e
Octal24111113406753455334656
Binary10100001100100110111000110111101011100101101011011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1495C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1495C; }

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

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

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

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

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

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

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

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