#A14954

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

Shades of Hippie Pink #A14954

Tints of Hippie Pink #A14954

Color information

#A14954 (or 0xA14954) is unknown color: approx Hippie Pink. HEX triplet: A1, 49 and 54. RGB value is (161,73,84). Sum of RGB (Red+Green+Blue) = 161+73+84=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 84 (33.20% from 255 or 26.42% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A14954 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14954 is #5EB6AB. Grayscale: #646464. Windows color (decimal): -6207148 or 5523873. OLE color: 5523873.

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

Color convert

RGB1617384-
CMYK00.550.480.37
HSL352.5º37.61%45.88%-
HSV(B)352.5º54.66%63.14%-
XYZ18.6812.989.91-
YUV100.57118.65171.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.63%
GREEN value IS 73 (28.91% from 255) = 22.96%
BLUE value IS 84 (33.20% from 255) = 26.42%
R=50.63%
G=22.96%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161738400.550.480.37352.537.6145.88
HexA149540373025160262e
Octal24111112406760455404656
Binary10100001100100110101000110111110000100101101100000100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14954; }

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

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

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

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

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

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

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

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