#A14B54

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

Shades of Hippie Pink #A14B54

Tints of Hippie Pink #A14B54

Color information

#A14B54 (or 0xA14B54) is unknown color: approx Hippie Pink. HEX triplet: A1, 4B and 54. RGB value is (161,75,84). Sum of RGB (Red+Green+Blue) = 161+75+84=320 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.31% from 320); Green value is 75 (29.69% from 255 or 23.44% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 161 - color contains mainly: red. Hex color #A14B54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14B54 is #5EB4AB. Grayscale: #656565. Windows color (decimal): -6206636 or 5524385. OLE color: 5524385.

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

Color convert

RGB1617584-
CMYK00.530.480.37
HSL353.72º36.44%46.27%-
HSV(B)353.72º53.42%63.14%-
XYZ18.8113.259.95-
YUV101.74117.99170.27-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.31%
GREEN value IS 75 (29.69% from 255) = 23.44%
BLUE value IS 84 (33.20% from 255) = 26.25%
R=50.31%
G=23.44%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161758400.530.480.37353.7236.4446.27
HexA14B540353025162242e
Octal24111312406560455424456
Binary10100001100101110101000110101110000100101101100010100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14B54; }

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

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

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

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

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

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

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

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